Ram,

On 11/13/22 22:10, thulasiram k wrote:
I have deleted the old certs so only new certs are in the key store.
This is probably your problem.

Your keystore needs to contain (at least) the server certificate AND ITS key in the keystore.

If your keystore contains only certs and no keys, you are out of luck.

If you used Java to create your key+CSR and had a CA sign it, you need to import your signed certificate using the same alias as the key entry you used to generate the CSR.

Can you ppost the output of this command, with anythins sentize replaced with something sensible and mostly-accurate:

keytool -list -keystore <file location>\application.p12

This should have a few items listed and will tell you the "type" of each item. One of them need to be PrivateKeyAndCert (or similar) and not just "Certificate".

-chris


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to