ssl django nginx

Solutions on MaxInterview for ssl django nginx by the best coders in the world

showing results for - "ssl django nginx"
Klara
20 Feb 2018
1sudo add-apt-repository ppa:certbot/certbot
2sudo apt-get update
3sudo apt-get install python-certbot-nginx
4sudo ufw allow ssh
5sudo ufw enable
6sudo ufw allow 'Nginx Full'
7sudo ufw delete allow 'Nginx HTTP'
8sudo ufw status
9sudo certbot --nginx -d example.com -d www.example.com