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:
@@ -12,6 +12,7 @@ exports = module.exports = {
|
||||
validateCertificate: validateCertificate,
|
||||
|
||||
getCertificate: getCertificate,
|
||||
ensureCertificate: ensureCertificate,
|
||||
|
||||
renewAll: renewAll,
|
||||
renewCerts: renewCerts,
|
||||
|
||||
Reference in New Issue
Block a user