[jamf] 公開証明書を持つ Tomcat のSSLを有効化 (2018/07/27) [2018/11/21]
Tomcat9.x.xx/conf/server.xml の 105行辺
<Connector port="8443" protocol="org.apache.coyote.http11.Http11AprProtocol"
maxThreads="150" SSLEnabled="true" >
<UpgradeProtocol className="org.apache.coyote.http2.Http2Protocol" />
<SSLHostConfig>
<Certificate certificateKeyFile="/etc/letsencrypt/live/uenda.pgw.jp/privkey.pem"
certificateFile="/etc/letsencrypt/live/uenda.pgw.jp/cert.pem"
certificateChainFile="/etc/letsencrypt/live/uenda.pgw.jp/fullchain.pem"
type="RSA" />
</SSLHostConfig>
</Connector>