From c4f1e780e810d3cce490315cda728f6d053e088f Mon Sep 17 00:00:00 2001 From: phloggu Date: Tue, 23 Jan 2018 18:58:40 +0000 Subject: [PATCH] Updated Examples for DNS 01 hooks (markdown) --- Examples-for-DNS-01-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index 5a282c5..78f9161 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -8,7 +8,7 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [AWS Route 53 (bash script employing cli53)](https://github.com/whereisaaron/dehydrated-route53-hook-script) - Automatically identifies correct Route 53 zone(s), no need to supply the Zone Id - [Godaddy DNS (python3 script)](https://github.com/josteink/le-godaddy-dns) - [nsupdate (bash script)](https://github.com/lukas2511/letsencrypt.sh/wiki/example-dns-01-nsupdate-script) -- [letsencrypt_acme_dns-01_challenge_hook (bash script)](https://ente.limmat.ch/ftp/pub/software/bash/letsencrypt/) - hook script using nsupdate, verifies the published challenge has propagated to all name servers (GNU userland only) +- [letsencrypt_acme_dns-01_challenge_hook (bash script)](https://ente.limmat.ch/ftp/pub/software/bash/letsencrypt/) - hook script using nsupdate to publish challenge in bind, verifies the published challenge has propagated to all name servers (GNU userland only) Note: currently incompatible with dehydrated 0.5.0, v0.0.3 works in progress - [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/dehydrated.default.sh) - [Setup instructions](http://blog.thesparktree.com/post/138999997429/generating-intranet-and-private-network-ssl) - Supports the following DNS Providers: - AWS Route 53