From 4d400a9828081ab49f5c12983abecc3be41ae132 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 31 Jul 2019 00:19:27 -0600 Subject: [PATCH] v2.7.12: doc updates --- README.md | 23 ++++++++++++++++++----- package-lock.json | 8 ++++---- package.json | 4 ++-- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7792620..1d87605 100644 --- a/README.md +++ b/README.md @@ -230,30 +230,43 @@ https://acme-staging-v02.api.letsencrypt.org/directory # Plugins -**IMPORTANT**: Community plugins may or may not be maintained and working. Please try with the defaults before switching to community plugins. +Plugins developed by `root` are officially maintained, written in Vanilla JS, and typically have 0 dependencies. + +**IMPORTANT**: +Community plugins may or may not be maintained and working. +Please try with the defaults before switching to community plugins. ## HTTP-01 Challenges +Plugins for ACME / Let's Encrypt HTTP-01 Challenges. + | | Plugin | | :--------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------: | -| **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) | +| **Default (fs)** | [root/acme-http-01-fs](https://git.rootprojects.org/root/acme-http-01-webroot.js) | +| **Manual (cli)** | [root/acme-http-01-cli](https://git.rootprojects.org/root/acme-http-01-cli.js) | +| standalone | [root/acme-http-01-standalone](https://git.rootprojects.org/root/acme-http-01-standalone.js) | +| AWS S3 | [root/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
[acme-http-01-test](https://git.rootprojects.org/root/acme-http-01-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 +Plugins for ACME / Let's Encrypt DNS-01 Challenges. + | | Plugin | | :--------------: | :----------------------------------------------------------------------------------------------------------------------------------------: | | **Manual (cli)** | [root/acme-dns-01-cli](https://git.rootprojects.org/root/acme-dns-01-cli.js) | | Cloudflare | [nodecraft/acme-dns-01-cloudflare](https://github.com/nodecraft/acme-dns-01-cloudflare) | +| DNSimple | [root/acme-dns-01-dnsimple](https://git.rootprojects.org/root/acme-dns-01-dnsimple.js) | | Digital Ocean | [root/acme-dns-01-digitalocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) | | Duck DNS | [root/acme-dns-01-duckdns](https://git.rootprojects.org/root/acme-dns-01-duckdns.js) | | Gandi | [root/acme-dns-01-gandi](https://git.rootprojects.org/root/acme-dns-01-gandi.js) | +| GoDaddy | [root/acme-dns-01-godaddy](https://git.rootprojects.org/root/acme-dns-01-godaddy.js) | +| NameCheap | [root/acme-dns-01-namecheap](https://git.rootprojects.org/root/acme-dns-01-namecheap.js) | +| Name.com | [root/acme-dns-01-namedotcom](https://git.rootprojects.org/root/acme-dns-01-namedotcom.js) | +| Route 53 (AWS) | [hgezim/acme-dsns-01-route53](https://github.com/hgezim/acme-dns-01-route53) | | Vultr | [root/acme-dns-01-vultr](https://git.rootprojects.org/root/acme-dns-01-vultr.js) | -| AWS Route 53 | [thadeetrompetter/le-challenge-route53](https://github.com/thadeetrompetter/le-challenge-route53) | | etcd | [ceecko/le-challenge-etcd](https://github.com/ceecko/le-challenge-etcd) | | - | **Build Your Own**
[acme-dns-01-test](https://git.rootprojects.org/root/acme-dns-01-test.js) | | Full List | Search [acme-dns-01-](https://www.npmjs.com/search?q=acme-dns-01-) or [le-challenge-](https://www.npmjs.com/search?q=le-challenge-) on npm | diff --git a/package-lock.json b/package-lock.json index 7dca001..3d138ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "greenlock-express", - "version": "2.7.11", + "version": "2.7.12", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -214,9 +214,9 @@ } }, "express-basic-auth": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.1.6.tgz", - "integrity": "sha512-fRh/UU2q/YhvY0/Pkzi3VcLyjIExveW2NOOnOGgO6yO0jKXt6zcKPVPWSrL8nlhlh+YEH5LOjz+CGFML5dJQNw==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/express-basic-auth/-/express-basic-auth-1.2.0.tgz", + "integrity": "sha512-iJ0h1Gk6fZRrFmO7tP9nIbxwNgCUJASfNj5fb0Hy15lGtbqqsxpt7609+wq+0XlByZjXmC/rslWQtnuSTVRIcg==", "dev": true, "requires": { "basic-auth": "^2.0.1" diff --git a/package.json b/package.json index 118306e..4409e7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "greenlock-express", - "version": "2.7.11", + "version": "2.7.12", "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://greenlock.domains", @@ -19,7 +19,7 @@ }, "devDependencies": { "express": "^4.16.3", - "express-basic-auth": "^1.1.5", + "express-basic-auth": "^1.2.0", "finalhandler": "^1.1.1", "serve-index": "^1.9.1", "serve-static": "^1.13.2",