1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
| <Connector executor="tomcatThreadPool" port="443" protocol="org.apache.coyote.http11.Http11NioProtocol" connectionTimeout="20000" enableLookups="false" maxPostSize="10485760" URIEncoding="UTF-8" acceptCount="100" acceptorThreadCount="2" disableUploadTimeout="true" maxConnections="10000" SSLEnabled="true" defaultSSLHostConfigName="www.inteagle.com.cn"> <SSLHostConfig hostName="www.inteagle.com.cn"> <Certificate certificateKeystoreFile="/usr/local/src/apache-tomcat-8.5.23/cert/2315816_www.inteagle.com.cn.pfx" keystoreFile="/usr/local/src/apache-tomcat-8.5.23/cert/2315816_www.inteagle.com.cn.pfx" certificateKeystorePassword="yTMUtA2f" keystoreType="PKCS12" /> </SSLHostConfig> <SSLHostConfig hostName="event-cameras.com"> <Certificate certificateKeystoreFile="/usr/local/src/apache-tomcat-8.5.23/cert/3699744_event-cameras.com.pfx" keystoreFile="/usr/local/src/apache-tomcat-8.5.23/cert/3699744_event-cameras.com.pfx" certificateKeystorePassword="4s49rWb1" keystoreType="PKCS12" /> </SSLHostConfig> </Connector>
|