basic functionality
This commit is contained in:
Vendored
+1
-1
@@ -60,7 +60,7 @@ export declare class AcmeCert {
|
||||
/**
|
||||
* checks if DNS records are set, will go through a max of 30 cycles
|
||||
*/
|
||||
checkDns(cycleArg?: number): any;
|
||||
checkDns(cycleArg?: number): Promise<void>;
|
||||
/**
|
||||
* validates a challenge, only call after you have set the challenge at the expected location
|
||||
*/
|
||||
|
||||
Vendored
+8
-30
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user