]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix the default_md example in the ca docs
authorMatt Caswell <matt@openssl.org>
Mon, 4 Nov 2024 09:00:32 +0000 (09:00 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 5 Nov 2024 11:12:33 +0000 (11:12 +0000)
We should not have an example showing the default_md as md5.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25856)

doc/man1/openssl-ca.pod.in

index addb9e9746034b3214eeb60ad18bd52f1ad288dd..05fe63d4e39c77f951f24b01add2c023f73d263e 100644 (file)
@@ -723,7 +723,7 @@ A sample configuration file with the relevant sections for this command:
 
  default_days   = 365                   # how long to certify for
  default_crl_days= 30                   # how long before next CRL
- default_md     = md5                   # md to use
+ default_md     = sha256                # md to use
 
  policy         = policy_any            # default policy
  email_in_dn    = no                    # Don't add the email into cert DN