Use greenlock (ACME / Let's Encrypt client) with node cluster.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

40 lines
1.0 KiB

{
"name": "greenlock-cluster",
"version": "3.0.0",
"description": "Use automatic letsencrypt (free ssl certs) on multiple cores or even multiple machines",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"@root/greenlock-express": "^3.0.13"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/greenlock-cluster.js.git"
},
"keywords": [
"cluster",
"acme",
"le",
"multi-core",
"cloud",
"scale",
"free",
"ssl",
"https",
"tls",
"letsencrypt",
"node",
"greenlock",
"node.js"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/greenlock-cluster.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/greenlock-cluster.js"
}