mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user