====== Setup certbot ====== sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install python-certbot-apache ====== Issue Certificate ====== sudo certbot --apache ====== Location of Certificates ====== /etc/letsencrypt/live//fullchain.pem /etc/letsencrypt/live//privkey.pem