basic functionality

This commit is contained in:
2017-01-27 01:09:38 +01:00
parent 68e570c32a
commit b4de8cc2be
6 changed files with 50 additions and 77 deletions

View File

@ -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
*/

File diff suppressed because one or more lines are too long