Hi,
We are building tomcat with ssl support (tomcat ssl direct). we have successfully generated keystore file by giving the command
keytool -genkey -alias tomcat -keyalg RSA
this asks a series of question's after entering all it creates .keystore files. but when trying to import CERT in keystore, using the command
keytool -import -v -trustcacerts -alias tomcat -file CERT.pem
we get an error "
Enter keystore password:  changeit
keytool error: java.lang.Exception: Public keys in reply and keystore don't match.
 
kindly help us in this regard
 
jain

Reply via email to