add async checkDNS

This commit is contained in:
2017-01-15 22:59:58 +01:00
parent fff63839d1
commit aad113a8ea
4 changed files with 28 additions and 11 deletions

View File

@ -57,9 +57,9 @@ export declare class AcmeCert {
*/
requestChallenge(challengeTypeArg?: TChallengeType): q.Promise<ISmartAcmeChallengeAccepted>;
/**
* checks if DNS records are set
* checks if DNS records are set, will go through a max of 30 cycles
*/
checkDns(): Promise<any>;
checkDns(cycleArg?: number): Promise<any>;
/**
* validates a challenge, only call after you have set the challenge at the expected location
*/

File diff suppressed because one or more lines are too long