canmove, Confirmed users
1,394
edits
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
= CRL sync = | = CRL sync = | ||
To keep the list of revoced certificates (CRL) up to date, masters fetch the CRL from CA by a [http://hg.mozilla.org/build/puppet/file/tip/modules/puppetmaster/templates/update_crl.sh.erb cron job] and gracefuly restart apache. | To keep the list of revoced certificates (CRL) up to date, masters fetch the CRL from CA by a [http://hg.mozilla.org/build/puppet/file/tip/modules/puppetmaster/templates/update_crl.sh.erb cron job] and gracefuly restart apache. | ||
= Secrets = | |||
;puppetmaster_deploy_htpasswd | |||
:the htpasswd-hashed password used to protect the puppetmaster deployment CGI. Generate with <tt>htpasswd -n - deploy</tt> and only include the portion after "deploy:" in the secrets file |