Since implementing letsencrypt i'm seeing the following show up in the main system log every minute.
2019:04:08-12:49:01 utm /usr/sbin/cron[9766]: (dehydrated) CMD (/var/chroot-reverseproxy/usr/dehydrated/bin/renew_certificate.pl > /dev/null)
This is way too often. The resulting crontab entry appears below
utm:/etc # cat crontab.letsencrypt-renewal
# Check CSRs for renewal
27 4 * * * dehydrated /var/chroot-reverseproxy/usr/dehydrated/bin/check_renewal.pl -s > /dev/null
# Renew marked CSRs
* * * * * dehydrated /var/chroot-reverseproxy/usr/dehydrated/bin/renew_certificate.pl > /dev/null
Checking once a day is good enough since it can renew 30 days before expiration.
Before I manually change it, does this file survive reboots?
This thread was automatically locked due to age.