Created
June 7, 2019 22:28
-
-
Save nomaster/d1a7b0da970e36c71d3cf578d3923e95 to your computer and use it in GitHub Desktop.
Certbot with Nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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