Skip to content

Instantly share code, notes, and snippets.

@mpyrev
Created April 24, 2018 10:02
Show Gist options
  • Save mpyrev/39e9b0a94a6d82e810d645efdbdb5253 to your computer and use it in GitHub Desktop.
Save mpyrev/39e9b0a94a6d82e810d645efdbdb5253 to your computer and use it in GitHub Desktop.
Let's Encrypt certbot on system without nginx authenticator support
certbot --authenticator standalone --pre-hook "service nginx stop" --post-hook "service nginx start" --installer nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment