]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Docs: update openssl command for listing pubkey algorithms for 3.0.
authorJoe Orton <jorton@apache.org>
Fri, 6 Jun 2025 10:34:15 +0000 (10:34 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 6 Jun 2025 10:34:15 +0000 (10:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926171 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index cbe9d67de8b7f73cb0d175d06e53a4b7933ea59d..5a06cf1c2ab10dcd79c5c6fa3fe6f604419a28d7 100644 (file)
@@ -926,9 +926,10 @@ If using a PEM file, at minimum, the file must include an end-entity (leaf) cert
 The directive can be used multiple times (referencing different filenames)
 to support multiple algorithms for server authentication - typically
 RSA, DSA, and ECC. The number of supported algorithms depends on the
-OpenSSL version being used for mod_ssl: with version 1.0.0 or later,
-<code>openssl list-public-key-algorithms</code> will output a list
-of supported algorithms, see also the note below about limitations
+OpenSSL version being used for mod_ssl: with version 3.0 or later,
+<code>openssl list -public-key-algorithms</code> (or 
+<code>openssl list-public-key-algorithms</code> with OpenSSL 1.0)  will output a list
+of supported algorithms. See the note below about limitations
 of OpenSSL versions prior to 1.0.2 and the ways to work around them.
 </p>