From: Aram Sargsyan Date: Thu, 8 Dec 2022 12:34:33 +0000 (+0000) Subject: Fix nsupdate system test CA certificate signing validity days X-Git-Tag: v9.19.10~23^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d02be5e6930d50b40afa7eb7cb2472ca7aca5ce1;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/nsupdate/CA/CA.cfg b/bin/tests/system/nsupdate/CA/CA.cfg index 1a3ed65f676..369e43a6d44 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