*Tags: #ubuntu #https #nginx *
Add the repository:
sudo add-apt-repository ppa:certbot/certbotUpdate the package list and install the certbot:
sudo apt-get update
sudo apt-get install python-certbot-nginxsudo certbot --nginx -d example.com -d www.example.com