Skip to content

Instantly share code, notes, and snippets.

@zoozalp
Created February 7, 2018 21:18
Show Gist options
  • Save zoozalp/670f012eca348461bdece85eeca7e732 to your computer and use it in GitHub Desktop.
Save zoozalp/670f012eca348461bdece85eeca7e732 to your computer and use it in GitHub Desktop.
certbot install ssl
sudo certbot --authenticator standalone --installer nginx --pre-hook "nginx -s stop" --post-hook "nginx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment