mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-16 23:52:40 -04: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:
parent
154cdbd861
commit
d02be5e693
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue