Skip to content

Instantly share code, notes, and snippets.

@jorgegorka
Created March 9, 2018 10:07
Show Gist options
  • Save jorgegorka/2912493210d3cb4670bb5a685d11a48f to your computer and use it in GitHub Desktop.
Save jorgegorka/2912493210d3cb4670bb5a685d11a48f to your computer and use it in GitHub Desktop.
certbot lets encrypt
certbot --authenticator standalone --installer nginx -d domain-name.com --pre-hook "service nginx stop" --post-hook "service nginx start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment