fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-07 01:08:50 +01:00
parent d4d50b7dcf
commit c0c97835ea

View File

@ -61,7 +61,7 @@ export class SmartAcme {
try {
/* Satisfy challenge */
await this.setChallenge(domainDnsName, keyAuthorization);
await this.smartdns.checkUntilAvailable(domainDnsName, 'TXT', keyAuthorization);
await this.smartdns.checkUntilAvailable(domainDnsName, 'TXT', keyAuthorization, 100, 5000);
/* Verify that challenge is satisfied */