feat(swaitch to acme-v2): switch to letsencrypt v2

This commit is contained in:
2018-08-12 00:29:02 +02:00
parent 3e350dfed5
commit 9eda0da9a7
24 changed files with 1460 additions and 1144 deletions

View File

@ -5,7 +5,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts --nodocs)"
"test": "(tstest test/)"
},
"repository": {
"type": "git",
@ -23,20 +23,17 @@
},
"homepage": "https://gitlab.com/umbrellazone/smartacme#README",
"dependencies": {
"@types/node-forge": "^0.6.8",
"dnsly": "^2.0.4",
"node-forge": "^0.7.1",
"rawacme": "^0.2.1",
"rsa-keygen": "^1.0.6",
"smartdelay": "^1.0.1",
"smartfile": "^4.1.10",
"smartq": "^1.1.1",
"smartstring": "^2.0.24",
"typings-global": "^1.0.16"
"@pushrocks/smartpromise": "^2.0.5",
"acme-v2": "^1.2.0",
"rsa-compat": "^1.5.1"
},
"devDependencies": {
"cflare": "0.0.19",
"qenv": "^1.1.3",
"tapbundle": "^1.0.10"
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.13",
"@types/node": "^10.5.8",
"cflare": "^1.0.5",
"qenv": "^1.1.7",
"tapbundle": "^2.0.2"
}
}