Update masterformat system test

Change test configuration to make use of 'dnssec-policy' instead of
'auto-dnssec'.
This commit is contained in:
Matthijs Mekking
2023-06-28 12:49:24 +02:00
parent 906dd57b68
commit 730b7ac70f

View File

@@ -34,6 +34,13 @@ controls {
inet 10.53.0.1 port @CONTROLPORT@ allow { any; } keys { rndc_key; };
};
dnssec-policy "masterformat" {
keys {
ksk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
zsk key-directory lifetime unlimited algorithm @DEFAULT_ALGORITHM@;
};
};
zone "example" {
type primary;
masterfile-format raw;
@@ -84,5 +91,5 @@ zone "signed" {
masterfile-format raw;
allow-transfer { any; };
update-policy local;
auto-dnssec maintain;
dnssec-policy masterformat;
};