eventlog: add event for certificate cleanup

This commit is contained in:
Girish Ramakrishnan
2022-02-24 19:52:51 -08:00
parent 69f3b4e987
commit a662a60332
3 changed files with 12 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ exports = module.exports = {
ACTION_CERTIFICATE_NEW: 'certificate.new',
ACTION_CERTIFICATE_RENEWAL: 'certificate.renew',
ACTION_CERTIFICATE_CLEANUP: 'certificate.cleanup',
ACTION_DASHBOARD_DOMAIN_UPDATE: 'dashboard.domain.update',