Is it me or are you confusing KeyStore and Truststore. I believe what you have shown, very good by the way, is a Trust store and not a Keystore. A Truststore would contain certificates of websites you are Trusting like your example with kotakloan. Now a Keystore would typicallycontain Client Key certificates used to authenticate you or your service with a service provider like a webservice right?
@MrPraveensiva2 жыл бұрын
If we want to connect to the external https service with the connector, the external service provider would send the certificate first and it needs to be validated with the truststore defined at the client end (pega). How keystore is different from truststore? Could you please explain how to expose the pega service in https protocol?