
noodl at apache
Aug 20, 2008, 4:01 PM
Post #1 of 1
(171 views)
Permalink
|
|
svn commit: r687498 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml
|
|
Author: noodl Date: Wed Aug 20 16:01:45 2008 New Revision: 687498 URL: http://svn.apache.org/viewvc?rev=687498&view=rev Log: Merge r687494 from trunk (Minor grammar corrections for mod_ssl.xml) Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml?rev=687498&r1=687497&r2=687498&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml (original) +++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_ssl.xml Wed Aug 20 16:01:45 2008 @@ -789,10 +789,10 @@ module="mod_ssl">SSLCACertificatePath</directive> 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.</p> +accepted on client authentication.</p> <p> But be careful: Providing the certificate chain works only if you are using a -<em>single</em> (either RSA <em>or</em> DSA) based server certificate. If you are +<em>single</em> RSA <em>or</em> DSA based server certificate. If you are using a coupled RSA+DSA certificate pair, this will work only if actually both certificates use the <em>same</em> certificate chain. Else the browsers will be confused in this situation.</p>
|