From d5d0921acca5c16c58db149ceb9884ad81d8baec Mon Sep 17 00:00:00 2001
From: Jeff Trawick
Date: Thu, 23 Oct 2014 11:52:17 +0000
Subject: [PATCH] make docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1633794 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/ssl/ssl_howto.html.en | 17 ++++++++++++++++-
docs/manual/ssl/ssl_howto.html.fr | 2 ++
docs/manual/ssl/ssl_howto.xml.fr | 2 +-
docs/manual/ssl/ssl_howto.xml.meta | 2 +-
4 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/docs/manual/ssl/ssl_howto.html.en b/docs/manual/ssl/ssl_howto.html.en
index 9e26b8de99..6ff2cb020d 100644
--- a/docs/manual/ssl/ssl_howto.html.en
+++ b/docs/manual/ssl/ssl_howto.html.en
@@ -152,7 +152,8 @@ further modification to the configuration. Refer also to the
are typically a few hundred to a few thousand bytes in size, mod_ssl
supports OCSP responses up to around 10K bytes in size. With more than a
few certificates, the stapling cache size (32768 bytes in the example above)
-may need to be increased.
+may need to be increased. Error message AH01929 will be logged in case of
+an error storing a response.
If the certificate does not point to an OCSP responder, or if a
@@ -196,6 +197,20 @@ to the documentation for the
directives.
+If mod_ssl logs error AH02217
+
+AH02217: ssl_stapling_init_cert: Can't retrieve issuer certificate!
+
In order to support OCSP Stapling when a particular server certificate is
+used, the certificate chain for that certificate must be configured. If it
+was not configured as part of enabling SSL, the AH02217 error will be issued
+when stapling is enabled, and an OCSP response will not be provided for clients
+using the certificate.
+
+Refer to the SSLCertificateChainFile
+and SSLCertificateFile
for instructions
+for configuring the certificate chain.
+
+
diff --git a/docs/manual/ssl/ssl_howto.html.fr b/docs/manual/ssl/ssl_howto.html.fr
index 4a7e3e1351..69308146d9 100644
--- a/docs/manual/ssl/ssl_howto.html.fr
+++ b/docs/manual/ssl/ssl_howto.html.fr
@@ -24,6 +24,8 @@
Langues Disponibles: en |
fr
+Cette traduction peut être périmée. Vérifiez la version
+ anglaise pour les changements récents.
Ce document doit vous permettre de démarrer et de faire fonctionner
diff --git a/docs/manual/ssl/ssl_howto.xml.fr b/docs/manual/ssl/ssl_howto.xml.fr
index b71647120a..bcb39ae1e3 100644
--- a/docs/manual/ssl/ssl_howto.xml.fr
+++ b/docs/manual/ssl/ssl_howto.xml.fr
@@ -1,7 +1,7 @@
-
+
diff --git a/docs/manual/ssl/ssl_howto.xml.meta b/docs/manual/ssl/ssl_howto.xml.meta
index b7c021fd9a..8d9a5237f4 100644
--- a/docs/manual/ssl/ssl_howto.xml.meta
+++ b/docs/manual/ssl/ssl_howto.xml.meta
@@ -8,6 +8,6 @@
en
- fr
+ fr
--
2.50.1