mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-21 13:35:32 +00:00
Merge pull request #6078 from neo954/rhels8-openssl
Change the default_md in openssl.cnf.tmpl to sha384
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user