tomcat ssl证书配置

1. jks证书

           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证书

           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"/>

你可能感兴趣的:(tomcat ssl证书配置)