Configuring HTTPS on debian with Nginx and Let’s Encrypt is now really easy.
Let’s install required software :
1 |
sudo apt-get install certbot python-certbot-nginx |
Then start the configuration process :
1 |
sudo certbot --nginx |
Continue reading Secure http traffic with Let’s Encrypt on Debian