From b623bb071165b1b6e1d6e7390b21649b1c9c0f6f Mon Sep 17 00:00:00 2001 From: fogs Date: Sat, 26 Nov 2016 18:41:04 +0100 Subject: [PATCH] Added example for Google Cloud DNS & HTTPS load balancers --- 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 7dcbcea..185c6a0 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: +- [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)