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
인증서 발급
sudo certbot --apache -d youngsam.net -d www.youngsam.net
갱신 방법
sudo certbot renew
or
sudo certbot renew --dry-run