Skip to main content

SSL CertBot with Lets Encrypt

See if you have snap
    `snap`    or `snap -v`
    
Install a certificate bot REPO for "lets encrypt"
    Go to: https://certbot.eff.org/lets-encrypt/

Make sure Certbot is not installed first: 
sudo apt-get remove certbot

Run Auto Cert
    sudo certbot --nginx
    
Test Automatic renewal
    sudo certbot renew --dry-run