Fix SSL certificate expiration date

master
rohhie 2023-04-30 02:06:14 +09:00
parent 12de316a98
commit 027b73aae3
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ cert_opt = ca_default # Certificate field options
# crlnumber must also be commented out to leave a V1 CRL.
# 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_md = default # use public key default MD
preserve = no # keep passed DN ordering