Fedora Account System
Red Hat Associate
Red Hat Customer
cat ./etc/logrotate.d/certbot # Automated renewal of certificates The Fedora certbot package includes an optional systemd timer to handle renewals. This timer is set to run daily, with a random fudge factor of a 6 hours applied. To enable the timer based renewals: ``` systemctl enable --now certbot-renew.timer ``` The timer makes use of /etc/sysconfig/certbot to customise the behaviour. Unless there is a plugin that automates restarts (eg the apache plugin) it is important to configure a command to restart anything that uses the certificates Reproducible: Always Steps to Reproduce: 1.cat /etc/logrotate.d/certbot 2. 3. Actual Results: # Automated renewal of certificates The Fedora certbot package includes an optional systemd timer to handle renewals. This timer is set to run daily, with a random fudge factor of a 6 hours applied. To enable the timer based renewals: ``` systemctl enable --now certbot-renew.timer ``` The timer makes use of /etc/sysconfig/certbot to customise the behaviour. Unless there is a plugin that automates restarts (eg the apache plugin) it is important to configure a command to restart anything that uses the certificates Expected Results: Some logrotate script
*** This bug has been marked as a duplicate of bug 2187543 ***
See bug 2187543 comment 1 for a workaround