From e02a913e869c34a73edc94f5299e008dd8bef336 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 7 Jan 2014 14:18:53 -0500 Subject: [PATCH] Use sha256 by default in openssl.cnf --- 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 4aa8fd733..ddaf59786 100644 --- a/xCAT-server/share/xcat/ca/openssl.cnf.tmpl +++ b/xCAT-server/share/xcat/ca/openssl.cnf.tmpl @@ -67,7 +67,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 = sha1 # which md to use. +default_md = sha256 # which md to use. preserve = no # keep passed DN ordering # A few difference way of specifying how similar the request should look