# Cron job running by default every 6 hours.
# The lock file can be enabled or disabled via a
# service fetch-crl-cron start
# chkconfig fetch-crl-cron on

# Note the lock file not existing is success hence the the slightly odd logic
# below.

22 */6 * * *	root	[ ! -f /var/lock/fetch-crl-cron ] || /usr/sbin/fetch-crl -r 20 -a 24 --quiet

