# Cron job running by default every 6 hours, at 45 minutes past the hour # with +/- 3 minutes sleep. # The cron job file can be enabled/disabled with # systemctl start fetch-crl-cron # systemctl enable fetch-crl-cron 45 */6 * * * root ! /bin/systemctl -q is-active fetch-crl-cron.service || /usr/sbin/fetch-crl -q -r 360