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"/>
网友评论