letsencrypt to greenlock

This commit is contained in:
Drew Warren 2017-01-17 16:52:13 -07:00
parent 0c66c1a556
commit a90c4ddc28
1 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"name": "letsencrypt-cluster",
"name": "greenlock-cluster",
"version": "2.0.0",
"description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines",
"main": "index.js",
@ -8,7 +8,7 @@
},
"dependencies": {
"le-sni-auto": "^2.0.1",
"letsencrypt": "^2.0.4",
"greenlock": "^2.0.4",
"localhost.coolaj86.com-certificates": "^1.2.3",
"redirect-https": "^1.1.0"
},
@ -18,10 +18,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/coolaj86/letsencrypt-cluster.git"
"url": "git+https://git.coolaj86.com/coolaj86/greenlock-cluster.git"
},
"keywords": [
"cluster",
"acme",
"le",
"multi-core",
"cloud",
"scale",
@ -31,12 +33,13 @@
"tls",
"letsencrypt",
"node",
"greenlock",
"node.js"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/coolaj86/letsencrypt-cluster/issues"
"url": "https://git.coolaj86.com/coolaj86/greenlock-cluster/issues"
},
"homepage": "https://github.com/coolaj86/letsencrypt-cluster#readme"
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-cluster#readme"
}