GENESIS X Convertible

x

서울모빌리티쇼2023에 전시된 GENESIS X 컨버터블 컨셉트 국내 양산차브랜드는 컨버터블을 개발해 출시한적이 없었다. 출시에 대한 소식은 없지만 기대해본다.

Amazon Linux 2023 SSL(Let’s encrypt) 적용

d

sudo dnf install openssl mod_ssl sudo dnf install -y python3 augeas-libs pip sudo python3 -m venv /opt/certbot/ ls /opt/certbot sudo /opt/certbot/bin/pip install –upgrade pip sudo /opt/certbot/bin/pip install certbot sudo ln -s /opt/certbot/bin/certbot /usr/bin/certbot sudo systemctl stop httpd sudo certbot certonly –standalone 이메일입력, Y, N, 도메인입력 sudo systemctl start httpd sudo vi /etc/httpd/conf.d/ssl.conf DocumentRoot “/var/www/html” ServerAlias … Read more