[bind] Can't update slave with key

certbot_on_virtu
Alexandre Iooss 2020-04-26 19:47:44 +02:00
parent 78d82029f0
commit 1e7e51aac1
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 4 additions and 4 deletions
roles/bind-authoritative/templates/bind

View File

@ -31,6 +31,9 @@ zone "_acme-challenge.crans.org" {
{% endfor -%}
};
notify yes;
update-policy {
grant certbot_challenge. name _acme-challenge.crans.org txt;
};
{% else -%}
type slave;
masters {
@ -44,10 +47,7 @@ zone "_acme-challenge.crans.org" {
allow-transfer { "none"; };
notify no;
{% endif -%}
file "bak.{{ zone }}";
update-policy {
grant certbot_challenge. name _acme-challenge.crans.org txt;
};
file "bak._acme-challenge.crans.org";
};
// Crans zones