Skip to content

Instantly share code, notes, and snippets.

@geritol
Last active April 6, 2017 16:43
Show Gist options
  • Save geritol/22bad96041db137cb7fa1094e480a855 to your computer and use it in GitHub Desktop.
Save geritol/22bad96041db137cb7fa1094e480a855 to your computer and use it in GitHub Desktop.
Renew letsencrypt cert on nginx
sudo service nginx stop
sudo letsencrypt renew
sudo service nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment