Hello Friends,
What is the exact difference between a PKCS#12 and JKS type of keystore?
The key.p12 and trust.p12 default files that we have in WAS are in PKCS#12 format ,correct?
Is it preferable to use keystores/truststores in JKS format for WAS or should we stick to PKCS#12 types of keystores.Kindly justify your answer.
Does WAS understand .kdb type(CMS) of keystores or are they understood only by the IHS server.
I also have some confusion on the below mentioned points.Correct me if I am wrong on below points-->
1)If the keystore is in CMS format(.kdb),then that store acts as a keystore as well as a truststore. We do not have to create a seperate truststore in this case.We will be adding the different signers in the keystore itself.
Example:plugin.kdb file
2)However if the keystore format is PKCS#12 or JKS then we will need to have seperate keystores and truststores.
Thanks,
Kushal