Setup LetsEncrypt with Nginx on Ubuntu
The first step is to add the certbot repo: sudo add-apt-repository ppa:certbot/certbot Next, update the package list: sudo apt-get update Next, install Certbot's Nginx package: sudo apt-get install python-certbot-nginx Next, request the certificate for your domain(s) you want secured: sudo certbot