add pkijs for reading expiresAt
This commit is contained in:
parent
9ae3c7d6f6
commit
e6f5081b93
|
@ -29,14 +29,16 @@
|
||||||
"url": "https://github.com/Daplie/node-letsencrypt/issues"
|
"url": "https://github.com/Daplie/node-letsencrypt/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/Daplie/node-letsencrypt#readme",
|
"homepage": "https://github.com/Daplie/node-letsencrypt#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {},
|
||||||
},
|
|
||||||
"optionalDependencies": {},
|
"optionalDependencies": {},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"asn1": "^0.2.3",
|
||||||
"bluebird": "^3.0.6",
|
"bluebird": "^3.0.6",
|
||||||
"homedir": "^0.6.0",
|
"homedir": "^0.6.0",
|
||||||
"letiny-core": "^2.0.1",
|
"letiny-core": "^2.0.1",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
|
"node.extend": "^1.1.5",
|
||||||
|
"pkijs": "^1.3.27",
|
||||||
"pyconf": "^1.1.2",
|
"pyconf": "^1.1.2",
|
||||||
"request": "^2.67.0",
|
"request": "^2.67.0",
|
||||||
"rsa-compat": "^1.2.1",
|
"rsa-compat": "^1.2.1",
|
||||||
|
|
Loading…
Reference in New Issue