diff --git a/README.md b/README.md
index ac4b04c..51aad67 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
-# [Greenlock](https://git.rootprojects.org/root/greenlock-express.js)™ for Express.js
+# [Greenlock](https://git.rootprojects.org/root/greenlock-express.js)™ for Express.js | a [Root](https://rootprojects.org) project
formerly letsencrypt-express
@@ -30,7 +30,6 @@ Free SSL, Free Wildcard SSL, and Fully Automated HTTPS made dead simple
!["Stackoverflow Questions"](https://img.shields.io/stackexchange/stackoverflow/t/greenlock.svg "S.O. Question count can't be shown")
-| A [Root](https://rootprojects.org) Project |
[Greenlock™](https://git.rootprojects.org/root/greenlock.js) is for
[Web Servers](https://git.rootprojects.org/root/greenlock-cli.js),
[Web Browsers](https://greenlock.domains),
@@ -221,7 +220,7 @@ https://acme-staging-v02.api.letsencrypt.org/directory
| HTTP2 (node) | [examples/http2.js](https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples/http2.js) uses node's new HTTP2 module, which is NOT compatible with the existing middleware systems (and is not "stable" as of v10.0). |
| WebSockets (ws) | [examples/websockets.js](https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples/websockets.js) demonstrates how to use Greenlock express with a websocket server. |
| socket.io | [examples/socket.io.js](https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples/socket.io.js) demonstrates how to use Greenlock express with socket.io (even though `ws` is far simpler, faster, and better and every way). |
-| - | Build Your Own
Be sure to tell me ([@coolaj86](https://twitter.com/@coolaj86)) / us ([@GreenlockHTTPS](https://twitter.com/@GreenlockHTTPS)) about it. :) |
+| - | Build Your Own
Be sure to tell me ([@solderjs](https://twitter.com/@solderjs)) / us ([@GreenlockHTTPS](https://twitter.com/@GreenlockHTTPS)) about it. :) |
| Full List | Check out the [examples/](https://git.rootprojects.org/root/greenlock-express.js/src/branch/master/examples) directory |
# Plugins
@@ -232,11 +231,12 @@ https://acme-staging-v02.api.letsencrypt.org/directory
| | Plugin |
|:--------------:|:---------:|
-| **Default (fs)** | [acme-http-01-cli](https://git.rootprojects.org/root/acme-http-01-cli.js) |
+| **Default (fs)** | [acme-http-01-fs](https://git.rootprojects.org/root/acme-http-01-webroot.js) |
+| **Manual (cli)** | [acme-http-01-cli](https://git.rootprojects.org/root/acme-http-01-cli.js) |
| AWS S3 | [acme-http-01-s3](https://git.rootprojects.org/root/acme-http-01-s3.js) |
| Azure | [kolarcz/node-le-challenge-azure-storage](https://github.com/kolarcz/node-le-challenge-azure-storage) |
-| - | Build Your Own
[greenlock-challenge-test](https://git.rootprojects.org/root/greenlock-challenge-test.js) |
-| Full List | Search [acme-http-01-](https://www.npmjs.com/search?q=acme-http-01-) or [le-challenge-](https://www.npmjs.com/search?q=le-challenge-) on npm |
+| - | Build Your Own
[acme-http-01-challenge-test](https://git.rootprojects.org/root/greenlock-challenge-test.js) |
+| Full List | Search [acme-http-01-](https://www.npmjs.com/search?q=acme-http-01-) on npm (or [le-challenge-](https://www.npmjs.com/search?q=le-challenge-) for older versions) |
## DNS-01 Challenges
@@ -442,7 +442,7 @@ Greenlock™ is a [trademark](https://rootprojects.org/legal/#trademark) of
The rule of thumb is "attribute, but don't confuse". For example:
-> Built with [Greenlock CLI](https://git.rootprojects.org/root/greenlock-cli.js) (a [Root](https://rootprojects.org) project).
+> Built with [Greenlock Express](https://git.rootprojects.org/root/greenlock.js) (a [Root](https://rootprojects.org) project).
Please [contact us](mailto:aj@therootcompany.com) if you have any questions in regards to our trademark,
attribution, and/or visible source policies. We want to build great software and a great community.
diff --git a/package.json b/package.json
index ddb815f..c47cc3a 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "greenlock-express",
- "version": "2.7.7",
+ "version": "2.7.8",
"description": "Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems.",
"main": "index.js",
- "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
+ "homepage": "https://greenlock.domains",
"directories": {
"example": "examples"
},
@@ -31,22 +31,20 @@
},
"repository": {
"type": "git",
- "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js.git"
+ "url": "https://git.rootprojects.org/root/greenlock-express.js.git"
},
"keywords": [
- "free",
- "ssl",
- "letsencrypt",
- "acme",
+ "Let's Encrypt",
+ "ACME",
"greenlock",
+ "Free SSL",
+ "Automated HTTPS",
"https",
- "cloud",
- "le",
"tls"
],
- "author": "AJ ONeal (https://coolaj86.com/)",
- "license": "(MIT OR Apache-2.0)",
+ "author": "AJ ONeal (https://solderjs.com/)",
+ "license": "MPL-2.0",
"bugs": {
- "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues"
+ "url": "https://git.rootprojects.org/root/greenlock-express.js/issues"
}
}