fix(core): update
This commit is contained in:
parent
e3323ed4ef
commit
0b26054687
@ -5,7 +5,7 @@ import * as interfaces from './interfaces';
|
|||||||
import { request } from 'http';
|
import { request } from 'http';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* the options for the @see SmartAcme
|
||||||
*/
|
*/
|
||||||
export interface ISmartAcmeOptions {
|
export interface ISmartAcmeOptions {
|
||||||
accountPrivateKey?: string;
|
accountPrivateKey?: string;
|
||||||
@ -17,8 +17,8 @@ export interface ISmartAcmeOptions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The main SmartAcme class
|
* class SmartAcme
|
||||||
* can be used setting up communication with an ACME authority
|
* can be used for setting up communication with an ACME authority
|
||||||
*
|
*
|
||||||
* ```ts
|
* ```ts
|
||||||
* const mySmartAcmeInstance = new SmartAcme({
|
* const mySmartAcmeInstance = new SmartAcme({
|
||||||
|
Loading…
Reference in New Issue
Block a user