Author: remm
Date: Fri Nov 20 14:18:57 2015
New Revision: 1715369

URL: http://svn.apache.org/viewvc?rev=1715369&view=rev
Log:
Add an important note from the JNI javadoc (confirmed at: 
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslcertificatechainfile) when 
using multiple certificates.

Modified:
    tomcat/trunk/webapps/docs/config/http.xml

Modified: tomcat/trunk/webapps/docs/config/http.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1715369&r1=1715368&r2=1715369&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Fri Nov 20 14:18:57 2015
@@ -1266,6 +1266,8 @@
       the server certificate used. The format is
       PEM-encoded. Relative paths will be resolved against
       <code>$CATALINA_BASE</code>.</p>
+      <p>Note that when using more than one certificate for different types,
+      they all must use the same certificate chain.</p>
     </attribute>
 
     <attribute name="certificateKeyAlias" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to