All Posts

Apply certificate to Tomcat

S

By Suhas Das

Author

6 views
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:

0 Comments

Leave a Comment

Your email will not be published. Comments are subject to moderation.