From 24b463bfa9fb3cbe49c9f24616022d4b2fc10714 Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Tue, 12 Mar 2019 17:07:40 +0800 Subject: [PATCH] Change the default_md in openssl.cnf.tmpl to sha384 --- xCAT-server/share/xcat/ca/openssl.cnf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/share/xcat/ca/openssl.cnf.tmpl b/xCAT-server/share/xcat/ca/openssl.cnf.tmpl index c7a02649a..a519d9053 100644 --- a/xCAT-server/share/xcat/ca/openssl.cnf.tmpl +++ b/xCAT-server/share/xcat/ca/openssl.cnf.tmpl @@ -74,7 +74,7 @@ cert_opt = ca_default # Certificate field options default_days = 7300 # how long to certify for default_crl_days= 30 # how long before next CRL -default_md = default # which md to use. +default_md = sha384 # which md to use. preserve = no # keep passed DN ordering # A few difference way of specifying how similar the request should look