Changed hash algorithm to md5 so an cisco IOS 12.3-image can import certificate.
FossilOrigin-Name: 83d5125bc2edde8c4cf6914eeb28073524f6560cf5f7b1105644c0a64e884db1
This commit is contained in:
parent
f53022753f
commit
3c62b2e6c3
@ -72,7 +72,7 @@ cert_opt = ca_default # Certificate field options
|
||||
|
||||
default_days = 365 # how long to certify for
|
||||
default_crl_days= 30 # how long before next CRL
|
||||
default_md = default # use public key default MD
|
||||
default_md = md5 # use public key default MD
|
||||
preserve = no # keep passed DN ordering
|
||||
|
||||
# A few difference way of specifying how similar the request should look
|
||||
@ -122,6 +122,8 @@ x509_extensions = v3_ca # The extentions to add to the self signed cert
|
||||
# WARNING: ancient versions of Netscape crash on BMPStrings or UTF8Strings.
|
||||
string_mask = utf8only
|
||||
|
||||
default_md=md5
|
||||
|
||||
# req_extensions = v3_req # The extensions to add to a certificate request
|
||||
|
||||
[ req_distinguished_name ]
|
||||
|
Loading…
Reference in New Issue
Block a user