<!--
<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150">
<SSLHostConfig>
<Certificate type="RSA" certificateKeystorePassword="2xxxxxxb"
certificateKeystoreType="PKCS12"
certificateKeystoreFile="C:/Program Files/Apache Software Foundation/Tomcat 8.5/cert/xxxxxxxxxxxxx.pfx"/>
</SSLHostConfig>
</Connector>
-->
<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
keystoreFile="C:\Program Files\Apache Software Foundation\Tomcat 8.5\cert\xxxxxxxxxxxx.jks"
keystorePass="3jxxxxxxxxxxxn0"
clientAuth="false"/>

 

绑定介绍

https://help.aliyun.com/document_detail/98576.html?spm=5176.2020520163.0.dexternal.576856a7sWJje2

相关文章:

  • 2022-12-23
  • 2022-01-14
  • 2022-03-08
  • 2022-01-14
  • 2021-09-05
  • 2022-12-23
  • 2022-01-04
  • 2021-07-19
猜你喜欢
  • 2021-10-06
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-04-03
相关资源
相似解决方案