fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-13 19:15:03 +01:00
parent d09b3fd1bc
commit 5129c5d601

View File

@ -152,6 +152,8 @@ export class SmartAcme {
/* Satisfy challenge */
await this.setChallenge(domainDnsName, keyAuthorization);
await this.smartdns.checkUntilAvailable(domainDnsName, 'TXT', keyAuthorization, 100, 5000);
console.log('Cool down an extra 60 second for region availability');
await plugins.smartdelay.delayFor(60000);
/* Verify that challenge is satisfied */
await this.client.verifyChallenge(authz, dnsChallenge);