Update github to gitlab & le to greenlock

This commit is contained in:
Drew Warren 2017-01-17 16:15:10 -07:00
parent 5ebb22e165
commit a193a47570
2 changed files with 15 additions and 12 deletions

View File

@ -125,7 +125,7 @@ var lex = require('letsencrypt-express').create({
, store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' })
// 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({})
, approveDomains: approveDomains
@ -188,7 +188,7 @@ API
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).
The only "API" consists of two options, the rest is just a wrapper around `node-letsencrypt` to take LOC from 15 to 5:

View File

@ -20,25 +20,28 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daplie/letsencrypt-cluster.git"
"url": "git+https://git.daplie.com/Daplie/greenlock-cluster.git"
},
"keywords": [
"cluster",
"multi-core",
"acme",
"cloud",
"scale",
"cluster",
"free",
"ssl",
"greenlock",
"https",
"tls",
"le",
"letsencrypt",
"multi-core",
"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)",
"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"
}