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

@ -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