Created
May 16, 2019 01:03
-
-
Save skoji/242fa73d01701a6d4d5265664e9fcba3 to your computer and use it in GitHub Desktop.
Update Let's Encrypt (Ubuntu 16.04)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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