Question
3
Replies
1995
Views
Posted: May 6, 2019
Last activity: May 6, 2019
What is the difference between Truststore and Keystore mentioned in WS-Security profile of Connect-SOAP rule in Pega
Hi ,
Can anyone please explain what is the exact difference between Truststore and Keystore mentioned in WS-Security profile of Connect-SOAP rule in Pega 7.1.7. What type of certificates(.cer,.jks, etc) we need to mention in Truststore and Keystore.
Hi,
Main difference between trustStore and keyStore is that trustStore (as name suggest) is used to store certificates from trusted Certificate authorities(CA) which are used to verify certificate presented by Server in SSL Connection while keyStore is used to store private key and own identity certificate which program should present to other parties (Server or client) to verify its identity.
For more info please go through the below links.
https://javarevisited.blogspot.com/2012/09/difference-between-truststore-vs-keyStore-Java-SSL.html
http://www.java67.com/2012/12/difference-between-truststore-vs.html
Thank You,