Make certificate renewal a task

This commit is contained in:
Girish Ramakrishnan
2018-12-10 20:20:53 -08:00
parent a76731a991
commit d2f4b68c9f
9 changed files with 35 additions and 33 deletions

View File

@@ -15,7 +15,8 @@ exports = module.exports = {
// task types. if you add a task here, fill up the function table in taskworker
TASK_BACKUP: 'backup',
TASK_UPDATE: 'update',
TASK_MIGRATE: 'migrate'
TASK_MIGRATE: 'migrate',
TASK_RENEW_CERTS: 'renewcerts'
};
let assert = require('assert'),