Tomcat SSL Configuration

March 23, 2011

Create Keystore file and add. pfx file

1. Create .keystore file using following command – 
   %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA
   Default Location – C:\Documents and Settings\
2. Add .pfx file ( Using – Portecle Tool)
   
    There are two ways to add .pfx file
    a.  Using Tool called – “Portecle” (or any other tool you have to modify keystore file)
    b.  Using below command
        keytool -import -alias root -keystore \
 -trustcacerts -file
Modify Server.xml file

File Location – C:\Program Files\SysAidServer\tomcat\conf