verify that auto-dnssec maintain generates and signs NSEC3 records with DNAME at the apex

This commit is contained in:
Mark Andrews
2018-11-26 13:46:37 +11:00
parent 06e218c421
commit 6b470bbf42
7 changed files with 37 additions and 4 deletions

View File

@@ -289,4 +289,11 @@ zone "delzsk.example." {
auto-dnssec maintain;
};
zone "dname-at-apex-nsec3.example" {
type master;
file "dname-at-apex-nsec3.example.db";
allow-update { any; };
auto-dnssec maintain;
};
include "trusted.conf";