工作生活

tomcat ssl证书配置

2019-07-05  本文已影响0人  together_66d6

1. jks证书

<Connector

           protocol="org.apache.coyote.http11.Http11NioProtocol"

           port="443" maxThreads="200"

           scheme="https" secure="true" SSLEnabled="true"

           keystoreFile="conf/Tomcat/communication.xxx.com.jks" keystorePass="s2e63n371w4lx"

           clientAuth="false" sslProtocol="TLS"/>

1. pfx证书

<Connector

           protocol="org.apache.coyote.http11.Http11NioProtocol"

           port="443" maxThreads="200"

           scheme="https" secure="true" SSLEnabled="true"

           keystoreFile="conf/Tomcat/2457856_xxx.shizhouhu.com.pfx" keystorePass="4Y2LOv50" keystoreType="PKCS12"

           clientAuth="false" sslProtocol="TLS"/>

上一篇 下一篇

猜你喜欢

热点阅读