sudo apt install letsencrypt
sudo add-apt-repository ppa:certbot/certbot sudo apt update -y sudo apt install python-certbot-apache
sudo certbot --apache -d 도메인이름
/etc/letsencrypt/live/도메인이름 디렉토리에 인증서 파일이 저장됨
sudo certbot renew