From: Joe Orton
Date: Thu, 11 Jul 2024 07:57:42 +0000 (+0000)
Subject: Regenerate docs.
X-Git-Tag: 2.4.62-rc1-candidate~21
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac79729eabd467995e9140b49943e0ae6a4ebb29;p=thirdparty%2Fapache%2Fhttpd.git
Regenerate docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919124 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en
index ee92ffb7a1f..3fc8a48acb2 100644
--- a/docs/manual/mod/mod_ssl.html.en
+++ b/docs/manual/mod/mod_ssl.html.en
@@ -661,7 +661,7 @@ key is encrypted, the pass phrase dialog is forced at startup time.
files, a certificate identifier can be used to identify a certificate
stored in a token. Currently, only PKCS#11 URIs are
recognized as certificate identifiers, and can be used in conjunction
-with the OpenSSL pkcs11
engine. If SSLCertificateKeyFile
is omitted, the
+with the OpenSSL pkcs11
engine or provider. If SSLCertificateKeyFile
is omitted, the
certificate and private key can be loaded through the single
identifier specified with SSLCertificateFile
.
@@ -749,7 +749,7 @@ key file.
identifier can be used to identify a private key stored in a
token. Currently, only PKCS#11 URIs are recognized as private key
identifiers, and can be used in conjunction with the OpenSSL
-pkcs11
engine.
+pkcs11
engine or provider.
Example
# To use a private key from a PEM-encoded file:
SSLCertificateKeyFile "/usr/local/apache2/conf/ssl.key/server.key"
@@ -983,6 +983,15 @@ separate "-engine" releases of OpenSSL 0.9.6 must be used.
SSLCryptoDevice ubsec
+
+With OpenSSL 3.0 or later, if no engine is specified but the key or certificate
+is specified using a PKCS#11 URIs
+then it is tried to load the key and certificate from an OpenSSL provider.
+The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
+and it must support the STORE method
+for PKCS#11 URIs.
+
+
diff --git a/docs/manual/mod/mod_ssl.xml.fr b/docs/manual/mod/mod_ssl.xml.fr
index c45a4ce7133..49e248f3527 100644
--- a/docs/manual/mod/mod_ssl.xml.fr
+++ b/docs/manual/mod/mod_ssl.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/mod/mod_ssl.xml.meta b/docs/manual/mod/mod_ssl.xml.meta
index 736a11a017e..be20a51f56b 100644
--- a/docs/manual/mod/mod_ssl.xml.meta
+++ b/docs/manual/mod/mod_ssl.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr