SSL Error

Solved! Go to solution
Nstromy
Newbie

Re: SSL Error

Thanks DianaTran-Yee! for indirectly helping me.. because i had same problem instead of posting my problem i browse my problem over the forum.. and i found this..

API_Managers
Visa Developer Support Specialist

Re: SSL Error

Hey @Nstromy,

 

You're welcome. That's great to hear that my answers could be of assistance. Feel free to reach out to us if you need help with anything else.  




Thanks,

Tee



Was your question answered? Don't forget to click on "Accept as Solution" to help other devs find the answer to the same question.

pokisha
Newbie

Re: SSL Error

The import command is used to add a complete key pair (private & public) to the key store.

You already have the private key in the key store, and need to receive the certificate which was created by the CA.

Also, you created a jks key store (as required by IIB), not a pkcs12, so your command referencing a pkcs12 format store can't find the file you are referencing.

Instead of the import command on runmqckm, you need to use receive...

That is: runmqckm -cert -receive -db NODESVI1_key.jks -type jks -file ./iib-firmato.cer -format ascii If the CA returned a binary certificate file instead of PEM format, change -format ascii to -format binary.