Split dashboard dns setup and db operations

The dns setup is now a task that we can wait on. Once that task
is done, we can do db operations to switch the domain in a separate
route
This commit is contained in:
Girish Ramakrishnan
2018-12-14 09:57:28 -08:00
parent 357e44284d
commit bdf9671280
8 changed files with 53 additions and 70 deletions

View File

@@ -12,6 +12,7 @@ exports = module.exports = {
validateCertificate: validateCertificate,
getCertificate: getCertificate,
ensureCertificate: ensureCertificate,
renewAll: renewAll,
renewCerts: renewCerts,