digital ocean lets encrypt code example
Example 1: nginx letsencrypt
sudo certbot renew
sudo service nginx restart
Example 2: https degitalocen
# Enable OpenSSH connections
sudo ufw allow OpenSSH
# Enable HTTP traffic
sudo ufw allow http
# Enable HTTPS traffic
sudo ufw allow https
# Turn the firewall on
sudo ufw enable