Cleanup plugins list
This commit is contained in:
parent
5eab460ec2
commit
8cd7648df6
47
README.md
47
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.
|
**IMPORTANT**: Community plugins may or may not be maintained and working. Please try with the defaults before switching to community plugins.
|
||||||
|
|
||||||
| | challenge | store |
|
HTTP-01 Challenges
|
||||||
|:--------------:|:---------:|:-----:|
|
-----------
|
||||||
| 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) |
|
| | Plugin |
|
||||||
| 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) | - |
|
| 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) |
|
||||||
| AWS S3 | | [paco3346/le-store-awss3](https://github.com/paco3346/le-store-awss3) |
|
| Default (fs) | [le-challenge-fs](https://git.coolaj86.com/coolaj86/le-challenge-fs.js.git) |
|
||||||
| AWS S3 | [llun/le-challenge-s3](https://github.com/llun/le-challenge-s3) | [llun/le-store-s3](https://github.com/llun/le-store-s3) |
|
| Full List | [Search le-challenge- on npm](https://www.npmjs.com/search?q=le-challenge-) |
|
||||||
| json | - | [paulgrove/le-store-simple-fs](https://github.com/paulgrove/le-store-simple-fs)
|
| AWS S3 | [llun/le-challenge-s3](https://github.com/llun/le-challenge-s3) |
|
||||||
| Redis | - | [digitalbazaar/le-store-redis](https://github.com/digitalbazaar/le-store-redis) |
|
| 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.
|
Bugs: Please report bugs with the community plugins to the appropriate owner first, then here if you don't get a response.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue