Hello all i have hit a road block and could really use a hand because at this point im
i got a p7b certificate and need to use it to make a SSL connection to an MQConnection.
I cant seem to make the connection and i believe this has to do with how i stored the p7b file into my keystore.
I am installing the certificate into a
new keystore in the following ways:
1. couldn't add it directly using key tool because it said it wasnt a X.509 cert (which i agree with)
2. converted it to a root.cer and other.cer and added them both to a new key store as ailas root and other (FAIL)
3. concatenated them into one file join.cer and added that to the keystore (FAIL)
4. There was another set of data with just some plain text starting with ----BEGIN CERT---- that was included in the body but it isnt a X.509 according to keytool
I am pretty baffled at this point if any one could help it would be greatly appreciated!!
Thanks
JR