diff --git a/README.md b/README.md index ce48ade..c1f88fb 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Greenlock™ is the easiest way to integrate Let's Encrypt into your project We've built it simple enough for Hobbyists, and robust enough for the Enterprise. + + # JavaScript Library
@@ -127,11 +130,14 @@ TODO
+ + # HTTP-01 & DNS-01 Integrations For Public Web Servers running on a VPS, the **default HTTP-01 challenge plugin** @@ -189,22 +197,21 @@ http-01 will only be supplied as a defaut if no other challenge is provided. You can use ACME (Let's Encrypt) with - - [x] DNS-01 Challenges - - CloudFlare - - [Digital Ocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) - - [DNSimple](https://git.rootprojects.org/root/acme-dns-01-dnsimple.js) - - [DuckDNS](https://git.rootprojects.org/root/acme-dns-01-duckdns.js) - - [GoDaddy](https://git.rootprojects.org/root/acme-dns-01-godaddy.js) - - [Gandi](https://git.rootprojects.org/root/acme-dns-01-gandi.js) - - [NameCheap](https://git.rootprojects.org/root/acme-dns-01-namecheap.js) - - [Name.com](https://git.rootprojects.org/root/acme-dns-01-namedotcom.js) - - Route53 (AWS) - - [Vultr](https://git.rootprojects.org/root/acme-dns-01-vultr.js) - - Build your own - - [x] HTTP-01 Challenges - - [In-Memory](https://git.rootprojects.org/root/acme-http-01-standalone.js) (Standalone) - - [FileSystem](https://git.rootprojects.org/root/acme-http-01-webroot.js) (WebRoot) - - S3 (AWS, Digital Ocean, etc) - - [x] TLS-ALPN-01 Challenges - - Contact us to learn about Greenlock Pro -``` +- [x] DNS-01 Challenges + - CloudFlare + - [Digital Ocean](https://git.rootprojects.org/root/acme-dns-01-digitalocean.js) + - [DNSimple](https://git.rootprojects.org/root/acme-dns-01-dnsimple.js) + - [DuckDNS](https://git.rootprojects.org/root/acme-dns-01-duckdns.js) + - [GoDaddy](https://git.rootprojects.org/root/acme-dns-01-godaddy.js) + - [Gandi](https://git.rootprojects.org/root/acme-dns-01-gandi.js) + - [NameCheap](https://git.rootprojects.org/root/acme-dns-01-namecheap.js) + - [Name.com](https://git.rootprojects.org/root/acme-dns-01-namedotcom.js) + - Route53 (AWS) + - [Vultr](https://git.rootprojects.org/root/acme-dns-01-vultr.js) + - Build your own +- [x] HTTP-01 Challenges + - [In-Memory](https://git.rootprojects.org/root/acme-http-01-standalone.js) (Standalone) + - [FileSystem](https://git.rootprojects.org/root/acme-http-01-webroot.js) (WebRoot) + - S3 (AWS, Digital Ocean, etc) +- [x] TLS-ALPN-01 Challenges + - Contact us to learn about Greenlock Pro