SSL Certificates Creation and Configuration in WebMethods Environment for Outbound

Hello - I am trying to establish oneway SSL with our partners during which I am facing some issues and request any suggestions and helpful points from the community.

I am using the Java KeyStore explorer 5.0 tool to create the certificates and here is what I did so far:

  1. Created a new Keystore using Java Keystore explorer 5.0
  2. Generated a new keypair using PKCS12 of size 2048 bits.
  3. Generated the CSR PKCS10 and got it signed from the Certification Authorities.
  4. Extracted the Private key from the Key pair generated and tried to use the same in the …/ssl/privatekey/ path and while testing the outbound connectivity, it was giving invalid privatekey error.
  5. Tried to import the CA reply into the keypair but out of the 3 certificates received which certificates should we import and do I need to make any settings to make the CA reply trustable. (Currently it is giving an error message that can not trust CA reply)

Please let me know if I am missing any steps and/or configurations in the above process. Also, please share if anyone has any documentation on the step-by-step process for the same.

Thanks
Siva

Please use this tool instead and check this ongoing thread:

Hi Siva,

the trust checks can be disabled in the preferences (Tools → Preferences → Trust Checks).

As for the question which one is the right certificate: KeyStore Explorer lets you import only certificates that match the key pair, so simply try all 3 and the one that works is the right one.

Regards
Oliver

Thanks Oliver for the extra notes and chime in: :smiley: