From 027b73aae3021623b74336983084c347b2bca437 Mon Sep 17 00:00:00 2001 From: rohhie Date: Sun, 30 Apr 2023 02:06:14 +0900 Subject: [PATCH] Fix SSL certificate expiration date --- SSL/openssl.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSL/openssl.cnf b/SSL/openssl.cnf index b3ff3cf..ce4be5f 100644 --- a/SSL/openssl.cnf +++ b/SSL/openssl.cnf @@ -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