Ubuntu  letsencrypt 설치 할때 아파치 중지 없이 신규 발급 갱신 등이 가능합니다.



sudo apt-get install certbot
sudo add-apt-repository ppa : certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-apache


인증서 발급

sudo certbot --apache -d youngsam.net -d www.youngsam.net


갱신 방법

sudo certbot renew

or 

sudo certbot renew --dry-run



2020/05/22 14:09 2020/05/22 14:09

Trackback Address :: https://youngsam.net/trackback/2075