Update github to gitlab & le to greenlock
This commit is contained in:
parent
5ebb22e165
commit
a193a47570
|
@ -125,7 +125,7 @@ var lex = require('letsencrypt-express').create({
|
||||||
, store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' })
|
, store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' })
|
||||||
|
|
||||||
// You probably wouldn't need to replace the default sni handler
|
// You probably wouldn't need to replace the default sni handler
|
||||||
// See https://github.com/Daplie/le-sni-auto if you think you do
|
// See https://git.daplie.com/Daplie/le-sni-auto if you think you do
|
||||||
//, sni: require('le-sni-auto').create({})
|
//, sni: require('le-sni-auto').create({})
|
||||||
|
|
||||||
, approveDomains: approveDomains
|
, approveDomains: approveDomains
|
||||||
|
@ -188,7 +188,7 @@ API
|
||||||
|
|
||||||
This module is an elaborate ruse (to provide an oversimplified example and to nab some SEO).
|
This module is an elaborate ruse (to provide an oversimplified example and to nab some SEO).
|
||||||
|
|
||||||
The API is actually located at [node-letsencrypt options](https://github.com/Daplie/node-letsencrypt)
|
The API is actually located at [node-letsencrypt options](https://git.daplie.com/Daplie/node-greenlock)
|
||||||
(because all options are simply passed through to `node-letsencrypt` proper without modification).
|
(because all options are simply passed through to `node-letsencrypt` proper without modification).
|
||||||
|
|
||||||
The only "API" consists of two options, the rest is just a wrapper around `node-letsencrypt` to take LOC from 15 to 5:
|
The only "API" consists of two options, the rest is just a wrapper around `node-letsencrypt` to take LOC from 15 to 5:
|
||||||
|
|
23
package.json
23
package.json
|
@ -20,25 +20,28 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/Daplie/letsencrypt-cluster.git"
|
"url": "git+https://git.daplie.com/Daplie/greenlock-cluster.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cluster",
|
"acme",
|
||||||
"multi-core",
|
|
||||||
"cloud",
|
"cloud",
|
||||||
"scale",
|
"cluster",
|
||||||
"free",
|
"free",
|
||||||
"ssl",
|
"greenlock",
|
||||||
"https",
|
"https",
|
||||||
"tls",
|
"le",
|
||||||
"letsencrypt",
|
"letsencrypt",
|
||||||
|
"multi-core",
|
||||||
"node",
|
"node",
|
||||||
"node.js"
|
"node.js",
|
||||||
|
"scale",
|
||||||
|
"ssl",
|
||||||
|
"tls"
|
||||||
],
|
],
|
||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"bugs": {
|
"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