Skip to content

Instantly share code, notes, and snippets.

@jayjariwala
Created February 2, 2018 17:32
Show Gist options
  • Save jayjariwala/64c05df0a35c6caaf539939a953451a8 to your computer and use it in GitHub Desktop.
Save jayjariwala/64c05df0a35c6caaf539939a953451a8 to your computer and use it in GitHub Desktop.
# Temporary outage method
sudo certbot --authenticator standalone --installer nginx \
-d <domain> --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