From d2f72101ae67c67238e20482682f2d5f42c8ba74 Mon Sep 17 00:00:00 2001 From: Brian Candler <44789+candlerb@users.noreply.github.com> Date: Sat, 29 Jul 2017 08:40:16 +0100 Subject: [PATCH] Clarification --- example-dns-01-nsupdate-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-dns-01-nsupdate-script.md b/example-dns-01-nsupdate-script.md index 4cfd7e8..8217a54 100644 --- a/example-dns-01-nsupdate-script.md +++ b/example-dns-01-nsupdate-script.md @@ -59,4 +59,4 @@ ZONE="acme.mydomain.com" printf "server %s\nzone %s.\nupdate delete _acme-challenge.%s.%s. %d in TXT \"%s\"\nsend\n" "${DNSSERVER}" "${ZONE}" "${2}" "${ZONE}" "${TTL}" "${4}" | $NSUPDATE ``` -You will need to add static CNAMEs for `_acme-challenge.` pointing at `_acme-challenge..acme.mydomain.com` for each certificate you want to issue. \ No newline at end of file +You then only need to create a single zone `acme.mydomain.com` which accepts dynamic DNS updates, but you will need to add static CNAMEs for `_acme-challenge.` pointing at `_acme-challenge..acme.mydomain.com` for each certificate you want to issue. \ No newline at end of file