6800d9e
# Automated renewal of certificates
6800d9e
6800d9e
The Fedora certbot package includes an optional systemd timer to handle renewals.
6800d9e
4c445d7
This timer is set to run daily, with a random fudge factor of a 6 hours applied.
6800d9e
6800d9e
To enable the timer based renewals:
6800d9e
6800d9e
```
6800d9e
systemctl enable --now certbot-renew.timer
6800d9e
```
6800d9e
6800d9e
The timer makes use of /etc/sysconfig/certbot to customise the behaviour.
6800d9e
6800d9e
Unless there is a plugin that automates restarts (eg the apache plugin) it is
6800d9e
important to configure a command to restart anything that uses the certificates