From bd9a7ef4e979fda3fe762361a880dcff647ceda4 Mon Sep 17 00:00:00 2001 From: Benjamin Graillot Date: Mon, 27 Apr 2020 11:07:18 +0200 Subject: [PATCH] [bind] Use absolute domain name --- roles/bind-authoritative/templates/bind/named.conf.local.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bind-authoritative/templates/bind/named.conf.local.j2 b/roles/bind-authoritative/templates/bind/named.conf.local.j2 index 03ec5f08..a7b8d610 100644 --- a/roles/bind-authoritative/templates/bind/named.conf.local.j2 +++ b/roles/bind-authoritative/templates/bind/named.conf.local.j2 @@ -26,7 +26,7 @@ zone "_acme-challenge.crans.org" { }; notify yes; update-policy { - grant certbot_challenge. name _acme-challenge.crans.org txt; + grant certbot_challenge. name _acme-challenge.crans.org. txt; }; {% else -%} type slave;