How to install SecureNT Intranet SSL Certificate in PFX format into the Tomcat Middleware on any Server OS. Keytool is used for the import.

How to install Intranet SSL Certificate on Tomcat or JBoss ?
Category: Installation FAQ

Zip file sent by us has the server certificate (server.pfx) in PFX (PKCS12) format. It needs to be imported into the Tomcat/JBoss Keystore file.

To import the SecureNT Intranet SSL Certificate into the Tomcat/JBoss Keystore, use the following command.

keytool -importkeystore -deststorepass inetssl2 -destkeypass inetssl2 -destkeystore [tomcatjbosskeystorefile] -srckeystore server.pfx -srcstoretype PKCS12 -srcstorepass inetssl2 -alias [tomcat/jboss]

In the above command replace the [tomcatjbosskeystorefile] with the Tomcat/JBoss Keystore file you have on your computer.

Also Check: Tomcat keeps its configuration information in the server.xml file. Make sure Tomcat is reading the correct Tomcat/Jboss Keystore file and that port 8443 is enabled for secure connections.

 

How to install Intranet SSL Certificate on Tomcat or JBoss ?
Tags: JBoss, Keystore, Keytool, Middleware, PFX, PKCS12, Tomcat

Leave a Reply

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

How to install Intranet SSL Certificate on Tomcat or JBoss ?

Leave a Reply

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