Update masterformat system test
Change test configuration to make use of 'dnssec-policy' instead of 'auto-dnssec'.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user