Changes between Version 4 and Version 5 of CA certificates

Show
Ignore:
Timestamp:
07/05/13 15:22:50 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CA certificates

    v4 v5  
    8181}}} 
    8282 
    83 * Install cron job for fetching CRLs 
     83* Enable cron job for fetching CRLs 
    8484{{{ 
    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 
     86chkconfig fetch-crl-cron on 
    9187}}} 
    92 }}} 
    93  
    94 {{{ 
    95 #!div style="font-size: 90%" 
    96 {{{#!sh 
    97 chmod a+x /etc/cron.daily/fetch-crl.cron 
    98 }}} 
    99 }}} 
    100 }}}