From ffd0434a467124cbadb62eb81c7d595608c3c3fd Mon Sep 17 00:00:00 2001 From: Aaron Roydhouse Date: Tue, 20 Dec 2016 23:47:02 -0500 Subject: [PATCH] Add bash hook.sh script I wrote that uses cli53 to create and delete dns-01 challenge records. It can automatically identify the zone for each name on a certificate. --- Examples-for-DNS-01-hooks.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index 185c6a0..b1e3ebe 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -2,8 +2,9 @@ Here are some examples on how to implement DNS-01 challenge hooks: - [Google Cloud (bash script)](https://github.com/spfguru/dehydrated4googlecloud) - DNS & HTTPS load balancers - [CloudFlare (Python script)](https://github.com/kappataumu/letsencrypt-cloudflare-hook) -- [AWS Route53 (ruby script)](https://gist.github.com/joshgarnett/02920846fea35f738d3370fd991bb0e0) - Updated with multiple hosted zone support, less dependencies, and checks on DNS propagation -- [AWS Route53 (python3 script)](https://gist.github.com/ramirovjr/181979298149c5e74887f30fe09dcc71) +- [AWS Route 53 (ruby script)](https://gist.github.com/joshgarnett/02920846fea35f738d3370fd991bb0e0) - Updated with multiple hosted zone support, less dependencies, and checks on DNS propagation +- [AWS Route 53 (python3 script)](https://gist.github.com/ramirovjr/181979298149c5e74887f30fe09dcc71) +- [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) - [inwx-acme (bash script)](https://github.com/lukas2511/letsencrypt.sh/wiki/example-dns-01-inwx-hook)