I need to create jks from p12, without the private key, to be used as truststore in my pega Connect-REST for mTLS. I have already tried using the keytool with -import command to create the jks but I am continuously gettign SSL Handshake error. As inputs, I have p12, .pem and .crt file.
@DeepaliK6875 SSL Handshake error was observed due to private keys in jks and no public certificate, no chain for certificates.