Changes between Version 4 and Version 5 of CA certificates
- Timestamp:
- 07/05/13 15:22:50 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CA certificates
v4 v5 81 81 }}} 82 82 83 * Installcron job for fetching CRLs83 * Enable cron job for fetching CRLs 84 84 {{{ 85 #!div style="font-size: 90%" 86 {{{#!sh 87 cat > /etc/cron.daily/fetch-crl.cron << EOF 88 #!/bin/sh 89 /usr/sbin/fetch-crl 90 EOF 85 /etc/init.d/fetch-crl-cron start 86 chkconfig fetch-crl-cron on 91 87 }}} 92 }}}93 94 {{{95 #!div style="font-size: 90%"96 {{{#!sh97 chmod a+x /etc/cron.daily/fetch-crl.cron98 }}}99 }}}100 }}}