From 2ae2120cdc9eb541482c0017b6d3208bbecd90cf Mon Sep 17 00:00:00 2001 From: Yashar Fakhari Date: Sat, 18 May 2019 09:26:07 -0700 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 5993bcc..7d88c9b 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -1,7 +1,7 @@ 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/YasharF/letsencrypt-cloudflare-hook) +- [CloudFlare (Python script)](https://github.com/walcony/letsencrypt-cloudflare-hook) - [CloudFlare (bash script)](https://github.com/sineverba/cfhookbash) - [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 (python script)](https://gist.github.com/rmarchei/98489c05f0898abe612eec916508f2bf) - Automatically identifies correct Route 53 zone(s), no need to supply the Zone Id