<!--
<Connector port="443" protocol="HTTP/1.1" SSLEnabled="true" maxThreads="150">
<SSLHostConfig>
<Certificate type="RSA" certificateKeystorePassword="22n0ejxb"
certificateKeystoreType="PKCS12"
certificateKeystoreFile="C:/Program Files/Apache Software Foundation/Tomcat 8.5/cert/4085150_www.mywriter.cn.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\www.dulegame.com.jks"
keystorePass="3jbj0b2jwy02pn0"
clientAuth="false"/>
绑定介绍
https://help.aliyun.com/document_detail/98576.html?spm=5176.2020520163.0.dexternal.576856a7sWJje2
原文:https://www.cnblogs.com/-jingzhe/p/13509641.html