Skip to content

Commit 5c7eac0

Browse files
committed
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
1 parent a2b00bb commit 5c7eac0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/manual/mod/mod_ssl.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -926,9 +926,10 @@ If using a PEM file, at minimum, the file must include an end-entity (leaf) cert
926926
The directive can be used multiple times (referencing different filenames)
927927
to support multiple algorithms for server authentication - typically
928928
RSA, DSA, and ECC. The number of supported algorithms depends on the
929-
OpenSSL version being used for mod_ssl: with version 1.0.0 or later,
930-
<code>openssl list-public-key-algorithms</code> will output a list
931-
of supported algorithms, see also the note below about limitations
929+
OpenSSL version being used for mod_ssl: with version 3.0 or later,
930+
<code>openssl list -public-key-algorithms</code> (or
931+
<code>openssl list-public-key-algorithms</code> with OpenSSL 1.0) will output a list
932+
of supported algorithms. See the note below about limitations
932933
of OpenSSL versions prior to 1.0.2 and the ways to work around them.
933934
</p>
934935

0 commit comments

Comments
 (0)