https证书在tomcat中的配置(3)

tomcat关联生成的证书apache

打开tomcat/conf/server.xmltomcat

编辑以下信息:code

<Connector 
    SSLEnabled="true" 
    clientAuth="false" 
    keystoreFile="F:/softsetup/apache-tomcat-7.0.75CAS/server.keystore" keystorePass="changeit"                      
    port="8443"
    maxThreads="150"
    protocol="org.apache.coyote.http11.Http11Protocol"
    scheme="https" 
    secure="true"
    sslProtocol="TLS"/>

证书关联完毕server

相关文章
相关标签/搜索