diff options
Diffstat (limited to 'tests/keys/openssl.cnf')
-rw-r--r-- | tests/keys/openssl.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/keys/openssl.cnf b/tests/keys/openssl.cnf index ecd8b887..2e351151 100644 --- a/tests/keys/openssl.cnf +++ b/tests/keys/openssl.cnf @@ -65,8 +65,8 @@ cert_opt = ca_default # Certificate field options # crlnumber must also be commented out to leave a V1 CRL. # crl_extensions = crl_ext -default_days = 3650 # how long to certify for -default_crl_days= 30 # how long before next CRL +default_days = 36500 # how long to certify for +default_crl_days= 30 # how long before next CRL default_md = sha1 # which md to use. preserve = no # keep passed DN ordering |