Notes tagged with "Webapps"
Web Application Setup - HTTPS Set Up
set up Let’s Encrypt
-
Install
certbot... sudo apt-get update ... sudo apt-get install software-properties-common ... sudo add-apt-repository ppa:certbot/certbot ... sudo apt-get update ... sudo apt-get install python-certbot-nginx -
Run
certbot... sudo certbot --nginx -
Automate renewal
... sudo certbot renew --dry-run -
Reset firewall to only allow HTTPS
... sudo ufw
Prev Step: Nginx Setup