I'm importing a SSL certificate to use in Tomcat in my keystore using keytool and it fails with "Public keys in reply and keystore don't match"
Problem might be declared by the fact that I created a new keystore after I accidentaly removed the old keystore file which I used from my CSR.
Now I received a .crt file and a .ca file. What's the best way to make SSL work under tomcat in my case now ?
Thanks in advance,
Bas