Fix missing zone in bind config

certbot_on_virtu
Alexandre Iooss 2020-04-26 19:36:14 +02:00
parent 7e59fd079d
commit de3e0e5b74
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ key "certbot_challenge." {
// Let's Encrypt Challenge DNS-01 zone
zone "_acme-challenge.crans.org" {
type master;
file "bak._acme-challenge.db";
file "bak._acme-challenge.crans.org";
allow-transfer {
{% for ip in slaves_ipv4 -%}
{{ ip }};
@ -31,7 +31,7 @@ zone "_acme-challenge.crans.org" {
{% endfor -%}
};
update-policy {
grant certbot_challenge. name _acme-challenge.{{ zone }} txt;
grant certbot_challenge. name _acme-challenge.crans.org txt;
};
};