letsencrypt to greenlock
This commit is contained in:
parent
68caa04b93
commit
d3f282d44a
13
package.json
13
package.json
|
@ -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.daplie.com-certificates": "^1.2.3",
|
||||
"redirect-https": "^1.1.0"
|
||||
},
|
||||
|
@ -18,10 +18,12 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Daplie/letsencrypt-cluster.git"
|
||||
"url": "git+https://git.daplie.com/Daplie/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/Daplie/letsencrypt-cluster/issues"
|
||||
"url": "https://git.daplie.com/Daplie/greenlock-cluster/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Daplie/letsencrypt-cluster#readme"
|
||||
"homepage": "https://git.daplie.com/Daplie/greenlock-cluster#readme"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue