Skip to content

Instantly share code, notes, and snippets.

@jonasgiehl
Created June 21, 2017 20:39
Show Gist options
  • Save jonasgiehl/14e62ed7f969cb693adbcb3e1d00c52b to your computer and use it in GitHub Desktop.
Save jonasgiehl/14e62ed7f969cb693adbcb3e1d00c52b to your computer and use it in GitHub Desktop.
Let's Encrypt certificate renew procedure
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