Created
June 21, 2017 20:39
-
-
Save jonasgiehl/14e62ed7f969cb693adbcb3e1d00c52b to your computer and use it in GitHub Desktop.
Let's Encrypt certificate renew procedure
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 service apache2 stop | |
cd /usr/local/letsencrypt | |
sudo ./certbot-auto renew | |
sudo service apache2 start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment