[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

View File

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