Tomcat

Install Certificate - Tomcat

To install your SSL Certificate, perform the following steps:


1. Import the appropriate root certificates using:

$ keytool -import -trustcacerts -keystore mystore.kdb -alias root - file root.cer

"mystore.kdb" being your keystore.

2. Import the "yourdomain.cer" file using:

keytool -import -trustcacerts -keystore mystore.kdb -alias tomcat -file yourdomain.cer

With "mystore.kdb" being your keystore.

Update server.xml configuration file:

1. Open "$JAKARTA_HOME/conf/server.xml" in a text editor.

2. Find the following section:

-
port="443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="100" debug="0" scheme="https" secure="true"
useURIValidationHack="false" disableUploadTimeout="true">
className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
clientAuth="false"
protocol="TLS"
keystoreFile="mystore.kdb"
keystorePass="YOUR_KEYSTORE_PASSWORD" />

3. If you want Tomcat to use the default SSL port, change all instances of the port number "8443" to 443.

4. Start or restart Tomcat

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Cobalt

Install Certificate - Cobalt RaQ4 \ XTR To install your SSL Certificate, perform the following...

Apache

Install Certificate - Apache To install your SSL Certificate, perform the following steps: 1....

IIS 7.0

When you receive your SSL certificate, save it to your server with an extension of .crt. The...

c2Net Stronghold

Install Certificate - c2Net Stronghold To install your SSL Certificate, perform the following...

cPanel

Install Certificate - cPanel To install your SSL Certificate, perform the following steps: 1....