Fix SSL certificate expiration date
parent
12de316a98
commit
027b73aae3
|
@ -110,7 +110,7 @@ cert_opt = ca_default # Certificate field options
|
||||||
# crlnumber must also be commented out to leave a V1 CRL.
|
# crlnumber must also be commented out to leave a V1 CRL.
|
||||||
# crl_extensions = crl_ext
|
# crl_extensions = crl_ext
|
||||||
|
|
||||||
default_days = 365 # how long to certify for
|
default_days = 3650 # how long to certify for
|
||||||
default_crl_days= 30 # how long before next CRL
|
default_crl_days= 30 # how long before next CRL
|
||||||
default_md = default # use public key default MD
|
default_md = default # use public key default MD
|
||||||
preserve = no # keep passed DN ordering
|
preserve = no # keep passed DN ordering
|
||||||
|
|
Loading…
Reference in New Issue