Update CRL scripts

This commit is contained in:
Martin Lensment 2015-05-15 17:04:53 +03:00
parent 5e73e71e72
commit fb94a97401
3 changed files with 71 additions and 5 deletions

View file

@ -3,7 +3,7 @@ required = %w(
zonefile_export_dir
secret_key_base
devise_secret
crl_path
crl_dir
ca_cert_path
ca_key_path
ca_key_password

View file

@ -23,3 +23,7 @@ end
every :day, at: '12:10pm' do
runner 'Invoice.cancel_overdue_invoices'
end
every 6.hours do
runner 'Certificate.update_crl'
end