Author: remm Date: Fri Nov 20 14:11:55 2015 New Revision: 1715366 URL: http://svn.apache.org/viewvc?rev=1715366&view=rev Log: Add cert chain property documentation.
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=1715366&r1=1715365&r2=1715366&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/http.xml (original) +++ tomcat/trunk/webapps/docs/config/http.xml Fri Nov 20 14:11:55 2015 @@ -1260,6 +1260,14 @@ be concatenated to the certificate file.</p> </attribute> + <attribute name="certificateChainFile" required="false"> + <p>OpenSSL only.</p> + <p>Name of the file that contains the certificate chain associated with + the server certificate used. The format is + PEM-encoded. Relative paths will be resolved against + <code>$CATALINA_BASE</code>.</p> + </attribute> + <attribute name="certificateKeyAlias" required="false"> <p>JSSE only.</p> <p>The alias used for the server key and certificate in the keystore. If --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org