Author: markt Date: Tue Nov 10 20:19:31 2015 New Revision: 1713727 URL: http://svn.apache.org/viewvc?rev=1713727&view=rev Log: Encourage use of the full cert chain rather than just the server cert
Modified: tomcat/trunk/conf/server.xml Modified: tomcat/trunk/conf/server.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/server.xml?rev=1713727&r1=1713726&r2=1713727&view=diff ============================================================================== --- tomcat/trunk/conf/server.xml (original) +++ tomcat/trunk/conf/server.xml Tue Nov 10 20:19:31 2015 @@ -100,7 +100,7 @@ <UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" /> <SSLHostConfig honorCipherOrder="false" > <Certificate certificateKeyFile="conf/localhost-rsa-key.pem" - certificateFile="conf/localhost-rsa-cert.pem" + certificateFile="conf/localhost-rsa-chain.pem" type="RSA" /> </SSLHostConfig> </Connector> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org