diff --git a/README.md b/README.md index 06e03c6..a026f66 100644 --- a/README.md +++ b/README.md @@ -166,16 +166,43 @@ Plugins ===== **IMPORTANT**: Community plugins may or may not be maintained and working. Please try with the defaults before switching to community plugins. -| | challenge | store | -|:--------------:|:---------:|:-----:| -| Build Your Own | [le-challenge-SPEC](https://git.coolaj86.com/coolaj86/le-challenge-manual.js.git) | [le-store-SPEC](https://git.coolaj86.com/coolaj86/le-store-SPEC.js.git) | -| Defaults (fs) | [le-challenge-fs](https://git.coolaj86.com/coolaj86/le-challenge-fs.js.git) | [le-store-certbot](https://git.coolaj86.com/coolaj86/le-store-certbot.js.git) | -| Full List | [Search le-store- on npm](https://www.npmjs.com/search?q=le-store-) | [Search le-challenge- on npm](https://www.npmjs.com/search?q=le-challenge-) | -| AWS Route 53 | [thadeetrompetter/le-challenge-route53](https://github.com/thadeetrompetter/le-challenge-route53) | - | -| AWS S3 | | [paco3346/le-store-awss3](https://github.com/paco3346/le-store-awss3) | -| AWS S3 | [llun/le-challenge-s3](https://github.com/llun/le-challenge-s3) | [llun/le-store-s3](https://github.com/llun/le-store-s3) | -| json | - | [paulgrove/le-store-simple-fs](https://github.com/paulgrove/le-store-simple-fs) -| Redis | - | [digitalbazaar/le-store-redis](https://github.com/digitalbazaar/le-store-redis) | +HTTP-01 Challenges +----------- + +| | Plugin | +|:--------------:|:---------:| +| Build Your Own | [le-challenge-http-SPEC](https://git.coolaj86.com/coolaj86/le-challenge-manual.js.git) | [le-challenge-dns-SPEC](https://git.coolaj86.com/coolaj86/le-challenge-dns.js.git) | +| Default (fs) | [le-challenge-fs](https://git.coolaj86.com/coolaj86/le-challenge-fs.js.git) | +| Full List | [Search le-challenge- on npm](https://www.npmjs.com/search?q=le-challenge-) | +| AWS S3 | [llun/le-challenge-s3](https://github.com/llun/le-challenge-s3) | +| Digital Ocean | [bmv437/le-challenge-digitalocean](https://www.npmjs.com/package/le-challenge-digitalocean) | + + +DNS-01 Challenges +----------- + +| | Plugin | +|:--------------:|:---------:| +| Build Your Own | [le-challenge-dns-SPEC](https://git.coolaj86.com/coolaj86/le-challenge-dns.js.git) | +| Manual (cli) | [le-challenge-fs](https://git.coolaj86.com/coolaj86/le-challenge-fs.js.git) | +| Full List | [Search le-challenge- on npm](https://www.npmjs.com/search?q=le-challenge-) | +| AWS Route 53 | [thadeetrompetter/le-challenge-route53](https://github.com/thadeetrompetter/le-challenge-route53) | +| CloudFlare | [buschtoens/le-challenge-cloudflare](https://github.com/buschtoens/le-challenge-cloudflare) | +| CloudFlare | [llun/le-challenge-cloudflare](https://github.com/llun/le-challenge-cloudflare) | +| Digital Ocean | [bmv437/le-challenge-digitalocean](https://github.com/bmv437/le-challenge-digitalocean) | + +Account & Certificate Storage +----------- + +| | Plugin | +|:--------------:|:---------:| +| Build Your Own | [le-store-SPEC](https://git.coolaj86.com/coolaj86/le-store-SPEC.js.git) | +| Defaults (fs) | [le-store-certbot](https://git.coolaj86.com/coolaj86/le-store-certbot.js.git) | +| Full List | [Search le-store- on npm](https://www.npmjs.com/search?q=le-store-) | +| AWS S3 | [paco3346/le-store-awss3](https://github.com/paco3346/le-store-awss3) | +| AWS S3 | [llun/le-store-s3](https://github.com/llun/le-store-s3) | +| json (fs) | [paulgrove/le-store-simple-fs](https://github.com/paulgrove/le-store-simple-fs) +| Redis | [digitalbazaar/le-store-redis](https://github.com/digitalbazaar/le-store-redis) | Bugs: Please report bugs with the community plugins to the appropriate owner first, then here if you don't get a response.