@wirestyle22 said in Renewing Let's Encrypt certificates using a systemd timer:
sudo systemctl enable certbot-renewal.timer
As I did this again today, I thought I would post my quick tweak to this because I do not like the idea of it running hourly.
I set mine to run twice a day with a 1 hour randomizer.
[Timer]
OnCalendar=*-*-* 01,13:00:00
RandomizedDelaySec=3600
Unit=certbot-renewal.service
027a0074-88ec-4c1f-b114-91722521529b-image.png