tomcat双向认证ssl配置

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
         maxThreads="150" scheme="https" secure="true"
         clientAuth="true" sslProtocol="TLS"
         keystoreFile="TESTMERCHANT.jks(密钥库)" keystorePass="1"
         truststoreFile="CA.jks(信任库)"  truststorePass="1"
		/>

猜你喜欢

转载自ban.iteye.com/blog/1545188