From bfb1d38333a9196153db17b623a11e500f410e28 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Wed, 20 Aug 2008 22:53:35 +0000 Subject: [PATCH] Minor grammar corrections for mod_ssl.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@687494 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 43cae84c8f..0715610f54 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -787,10 +787,10 @@ server certificate chain into SSLCACertificatePath has the same effect for the certificate chain construction, it has the side-effect that client certificates issued by this same CA certificate are also -accepted on client authentication. That's usually not one expect.

+accepted on client authentication.

But be careful: Providing the certificate chain works only if you are using a -single (either RSA or DSA) based server certificate. If you are +single RSA or DSA based server certificate. If you are using a coupled RSA+DSA certificate pair, this will work only if actually both certificates use the same certificate chain. Else the browsers will be confused in this situation.

-- 2.50.1