configurations/etc/systemd/system/certbot-renewal.timer
2022-08-23 10:16:29 +02: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