HTTPS with let's encrypt

Install certbot

sudo add-apt-repository ppa:certbot/certbot
sudo apt install certbot
sudo certbot certonly --standalone -d www.example.com
ls /etc/letsencrypt/live/example.com