Skip to content

Commit

Permalink
Encourage use of the full cert chain rather than just the server cert
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1713727 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Nov 10, 2015
1 parent c8bc28f commit 0ac8640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0ac8640

Please sign in to comment.