role-certbot/files/certbot-renewal.timer
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

12 lines
263 B
SYSTEMD

[Unit]
Description=Runs certbot-renewal once per day
[Timer]
# Time to wait after booting before we run first time
OnBootSec=10min
# Time between running each consecutive time
OnUnitActiveSec=1d
Unit=certbot-renewal.service
[Install]
WantedBy=multi-user.target