From 8cc96aa2c3d82a8f169ac975ee491087745184f1 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 4 Nov 2024 09:00:32 +0000 Subject: [PATCH] Fix the default_md example in the ca docs We should not have an example showing the default_md as md5. Reviewed-by: Viktor Dukhovni Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/25856) (cherry picked from commit d1669a14d129c9b12c8ef5ccd3545273e50aad0f) --- doc/man1/openssl-ca.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/openssl-ca.pod.in b/doc/man1/openssl-ca.pod.in index 107d958c904..51a8c6c873a 100644 --- a/doc/man1/openssl-ca.pod.in +++ b/doc/man1/openssl-ca.pod.in @@ -712,7 +712,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 -- 2.47.2