Skip to content

Instantly share code, notes, and snippets.

@argilzar
Last active January 29, 2018 23:07
Show Gist options
  • Select an option

  • Save argilzar/3948f1b08c17e9dbc8d1ffae77fd02f3 to your computer and use it in GitHub Desktop.

Select an option

Save argilzar/3948f1b08c17e9dbc8d1ffae77fd02f3 to your computer and use it in GitHub Desktop.
Renew certs
systemctl stop nginx;certbot renew --dry-run --pre-hook "systemctl stop nginx" --post-hook "killall nginx;systemctl start nginx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment