From: Joe Orton Date: Fri, 6 Jun 2025 10:34:15 +0000 (+0000) Subject: Docs: update openssl command for listing pubkey algorithms for 3.0. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c7eac0cf63e55f3491f6bbe6cdc23a887da17c1;p=thirdparty%2Fapache%2Fhttpd.git Docs: update openssl command for listing pubkey algorithms for 3.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1926171 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index cbe9d67de8..5a06cf1c2a 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -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, -openssl list-public-key-algorithms 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, +openssl list -public-key-algorithms (or +openssl list-public-key-algorithms 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.