From c33c1b2379e649cd4dfd5b2a49303d15f6acc18a Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Mon, 1 Feb 2016 18:53:29 +0100 Subject: [PATCH] Created Examples for DNS-01 hooks (markdown) --- Examples-for-DNS-01-hooks.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Examples-for-DNS-01-hooks.md diff --git a/Examples-for-DNS-01-hooks.md b/Examples-for-DNS-01-hooks.md new file mode 100644 index 0000000..fa7692a --- /dev/null +++ b/Examples-for-DNS-01-hooks.md @@ -0,0 +1,4 @@ +Here are some examples on how to implement DNS-01 challenge hooks: + +- [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) \ No newline at end of file