mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Fix a checkconf bug
The check for printing zone list failed because of these additional lines in the output: good.conf:22: dnssec-policy: key algorithm 13 has predefined length; \ ignoring length value 256 I am not sure why this failure hasn't happened before already.
This commit is contained in:
@@ -23,7 +23,7 @@ dnssec-policy "test" {
|
||||
};
|
||||
dnskey-ttl 3600;
|
||||
keys {
|
||||
ksk key-directory lifetime P1Y algorithm 13 256;
|
||||
ksk key-directory lifetime P1Y algorithm 13;
|
||||
zsk lifetime P30D algorithm 13;
|
||||
csk key-store "hsm" lifetime P30D algorithm 8 2048;
|
||||
};
|
||||
|
Reference in New Issue
Block a user