From a858c756af7d8f804a76eb8d72f12a6174dfe7d1 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 9 Oct 2016 22:27:03 -0700 Subject: [PATCH] Added additional Lexicon supported providers. --- Examples-for-DNS-01-hooks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index e53a832..75047f0 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -7,6 +7,7 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [nsupdate (bash script)](https://github.com/lukas2511/letsencrypt.sh/wiki/example-dns-01-nsupdate-script) - [inwx-acme (bash script)](https://github.com/lukas2511/letsencrypt.sh/wiki/example-dns-01-inwx-hook) - [lexicon](https://github.com/AnalogJ/lexicon) - [(bash script)] (https://github.com/AnalogJ/lexicon/blob/master/examples/letsencrypt.default.sh) - [Setup instructions](http://blog.thesparktree.com/post/138999997429/generating-intranet-and-private-network-ssl) - Supports the following DNS Providers: + - AWS Route 53 - Cloudflare - CloudXNS - DigitalOcean @@ -15,10 +16,13 @@ Here are some examples on how to implement DNS-01 challenge hooks: - DNSPark - DNSPod - EasyDNS + - Gandi + - LuaDNS - NameSilo - NS1 - Pointhq - Rage4 + - TransIP - Vultr - [DNSMadeEasy (Python script)](https://github.com/alisade/letsencrypt-dnsmadeeasy-hook) - [Mythic Beasts (Bash and Perl scripts)](https://github.com/mythic-beasts/letsencrypt-mythic-dns01)