From a2e6135dddd29cebccd16b240f8abb919f4f57de Mon Sep 17 00:00:00 2001 From: kappataumu Date: Fri, 5 Feb 2016 02:11:20 +0200 Subject: [PATCH] Updated Examples for DNS 01 hooks (markdown) --- Examples-for-DNS-01-hooks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md index 5315da4..ce94a47 100644 --- a/Examples-for-DNS-01-hooks.md +++ b/Examples-for-DNS-01-hooks.md @@ -1,5 +1,6 @@ Here are some examples on how to implement DNS-01 challenge hooks: +- [CloudFlare (Python script)](https://github.com/kappataumu/letsencrypt-cloudflare-hook) - [AWS Route53 (ruby script)](https://gist.github.com/asimihsan/d8d8f0f10bdc85fc6f8a) - [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) \ No newline at end of file