i am trying to get my application on https instead of http. i installed Win32 OpenSSL v0.9.8t Light from http://www.slproweb.com/products/Win32OpenSSL.html As per documentation i ran the command keytool -import -keystore jre\lib\security\cacerts -alias fipOpenSSLCert -file %OPENSSL_HOME%\private\cacert.cer under java_home/bin and after completion it says Certificate was added to keystore and CAKey.pem,CACert.pem and CACert.cer are generated but no .keystore file was generated which we mention inserver.xml of tomcat. I am note is it necessary or which step i missed. Any clues will be a great help?
Share
1 Answer