configurations/etc/systemd/system/certbot-renewal.timer
2021-11-05 10:49:28 +01:00

10 lines
209 B
SYSTEMD

[Unit]
Description=This is the timer schedule Automatic renewals of SSL certificates obtained with certbot
[Timer]
OnCalendar=daily
RandomizedDelaySec=6hours
Persistent=true
[Install]
WantedBy=timers.target