Skip to content

Instantly share code, notes, and snippets.

@skoji
Created May 16, 2019 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skoji/242fa73d01701a6d4d5265664e9fcba3 to your computer and use it in GitHub Desktop.
Save skoji/242fa73d01701a6d4d5265664e9fcba3 to your computer and use it in GitHub Desktop.
Update Let's Encrypt (Ubuntu 16.04)
sudo apt-get update
sudo apt-get upgrade certbot -y
# follow the instructions here https://community.letsencrypt.org/t/how-to-stop-using-tls-sni-01-with-certbot/83210
sudo certbot renew
# change e-mail
sudo certbot update_account --email <new email address>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment