Catching up with current successes
This commit is contained in:
11
roles/SSL/files/certbot.service
Executable file
11
roles/SSL/files/certbot.service
Executable file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Certbot
|
||||
|
||||
[Service]
|
||||
ExecStart=certbot renew -w /var/lib/letsencrypt/ --preferred-chain "ISRG Root X1"
|
||||
ExecStartPost=/usr/bin/systemctl reload openresty
|
||||
KillMode=process
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
User=root
|
||||
Group=root
|
Reference in New Issue
Block a user