Apply certificate to Tomcat

OPTION 1:
In server.xml add:   
<Connector
          protocol="org.apache.coyote.http11.Http11NioProtocol"
          port="8443" maxThreads="200"
          scheme="https" secure="true" SSLEnabled="true"
          keystoreFile="D:\SSLCert\dev.xxxx.local.jks"  keystorePass="xxx123"
          clientAuth="false" sslProtocol="TLS"/>

OPTION 2:
in server.xml add:

PERM folder content:

Install tomcat service:

In registry set the Jvm value:

Leave a Reply

Your email address will not be published. Required fields are marked *