- edit server.xml
- add the cert files to conf/ folder
- add the following code to server.xml
<Connector port="443" SSLEnabled="true" secure="true" scheme="https">
<SSLHostConfig>
<Certificate certificateFile="conf/cert.pem"
certificateKeyFile="conf/cert-key.pem" />
</SSLHostConfig>
</Connector>