fix(core): update
This commit is contained in:
parent
a9f709ee7b
commit
24f692636c
@ -16,6 +16,16 @@ export interface ISmartAcmeOptions {
|
|||||||
validateRemoteRequest: () => Promise<boolean>;
|
validateRemoteRequest: () => Promise<boolean>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The main SmartAcme class
|
||||||
|
* can be used setting up communication with an ACME authority
|
||||||
|
*
|
||||||
|
* ```ts
|
||||||
|
* const mySmartAcmeInstance = new SmartAcme({
|
||||||
|
* // see ISmartAcmeOptions for options
|
||||||
|
* })
|
||||||
|
* ```
|
||||||
|
*/
|
||||||
export class SmartAcme {
|
export class SmartAcme {
|
||||||
private options: ISmartAcmeOptions;
|
private options: ISmartAcmeOptions;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user