Blob Blame History Raw
diff -rupN --no-dereference openssl-3.0.9/apps/ca.c openssl-3.0.9-new/apps/ca.c
--- openssl-3.0.9/apps/ca.c	2023-05-30 14:31:57.000000000 +0200
+++ openssl-3.0.9-new/apps/ca.c	2023-05-31 14:33:09.769116005 +0200
@@ -210,7 +210,7 @@ const OPTIONS ca_options[] = {
     {"noemailDN", OPT_NOEMAILDN, '-', "Don't add the EMAIL field to the DN"},
 
     OPT_SECTION("Signing"),
-    {"md", OPT_MD, 's', "Digest to use, such as sha256"},
+    {"md", OPT_MD, 's', "Digest to use, such as sha256; see openssl help for list"},
     {"keyfile", OPT_KEYFILE, 's', "The CA private key"},
     {"keyform", OPT_KEYFORM, 'f',
      "Private key file format (ENGINE, other values ignored)"},