add web gateway stuff
This commit is contained in:
9
roles/webgateway/files/certbot-script.service
Normal file
9
roles/webgateway/files/certbot-script.service
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Renew certificates with certbot
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/bash /opt/certbot.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=certbot.target
|
Reference in New Issue
Block a user