role-certbot/files/certbot-renewal.service
Beth 1d44d8380b Add automatic certiicate renewal, fixes #1 (#3)
Reviewed-on: #3
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
2025-03-22 20:18:17 -05:00

10 lines
No EOL
156 B
Desktop File

[Unit]
Description=Runs certbot renew
[Service]
Type=oneshot
RemainAfterExit=no
ExecStart=/scripts/certbot-renewal.sh
[Install]
WantedBy=multi-user.target