码迷,mamicode.com
首页 > 其他好文 > 详细

双向认证SSL配置文件 server.xml

时间:2021-01-25 11:20:14      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:file   pass   key   div   cas   tst   XML   max   cto   

    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
           maxThreads="150" scheme="https" secure="true"
           clientAuth="true" sslProtocol="TLS"
           keystoreFile="e:/caskey/tomcat.keystore" keystorePass="123456"
           truststoreFile="e:/caskey/tomcat.keystore" truststorePass="123456" />

 

双向认证SSL配置文件 server.xml

标签:file   pass   key   div   cas   tst   XML   max   cto   

原文地址:https://www.cnblogs.com/liuys635/p/14317422.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!