From d02be5e6930d50b40afa7eb7cb2472ca7aca5ce1 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Thu, 8 Dec 2022 12:34:33 +0000 Subject: [PATCH] Fix nsupdate system test CA certificate signing validity days The validity default days value of 1 was used for debugging and left as such accidentally. Use 10950 days, as used elsewhere (for example, in doth test CA). This does not affect anything, the value will be effective when generating new test certificates in the future. --- bin/tests/system/nsupdate/CA/CA.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/nsupdate/CA/CA.cfg b/bin/tests/system/nsupdate/CA/CA.cfg index 1a3ed65f67..369e43a6d4 100644 --- a/bin/tests/system/nsupdate/CA/CA.cfg +++ b/bin/tests/system/nsupdate/CA/CA.cfg @@ -15,7 +15,7 @@ serial = $dir/serial # serial number file for the next certifi # xxd -l 8 -u -ps /dev/urandom > ./serial database = $dir/index.txt # (must be created manually: touch ./index.txt) -default_days = 1 # how long to certify for +default_days = 10950 # how long to certify for #default_crl_days = 30 # the number of days before the default_crl_days = 10950 # next CRL is due. That is the