From 155aba5bd56b463473cb48e6a3d390ade4ba29dd Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 10 Feb 2022 16:56:00 +0100 Subject: [PATCH] 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. --- bin/tests/system/checkconf/good.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/checkconf/good.conf.in b/bin/tests/system/checkconf/good.conf.in index b39b20941a..59ecbcec44 100644 --- a/bin/tests/system/checkconf/good.conf.in +++ b/bin/tests/system/checkconf/good.conf.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; };