add async checkDNS
This commit is contained in:
Vendored
+2
-2
@@ -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
|
||||
*/
|
||||
|
||||
Vendored
+13
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user