Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6f9c644221 | |||
0b26054687 |
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartacme",
|
"name": "@pushrocks/smartacme",
|
||||||
"version": "2.0.15",
|
"version": "2.0.16",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/smartacme",
|
"name": "@pushrocks/smartacme",
|
||||||
"version": "2.0.15",
|
"version": "2.0.16",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "acme implementation in TypeScript",
|
"description": "acme implementation in TypeScript",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -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({
|
||||||
|
Reference in New Issue
Block a user