Skip to content

Instantly share code, notes, and snippets.

@nomaster
Created June 7, 2019 22:28
Show Gist options
  • Save nomaster/d1a7b0da970e36c71d3cf578d3923e95 to your computer and use it in GitHub Desktop.
Save nomaster/d1a7b0da970e36c71d3cf578d3923e95 to your computer and use it in GitHub Desktop.
Certbot with Nginx
# /etc/systemd/system/certbot.service.d/override.conf
[Service]
ExecStart=/usr/bin/certbot renew --webroot -w /opt/observium/html
ExecStartPost=/usr/sbin/nginx -s reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment