vote up 1 vote down star

I have an application running on IBM Websphere 6.1. This application must use SSL to communicate with other similar applications used by other (external) entities. I believe I am the only member of this group that is using Websphere. A certificate issuer that others in my group trust, has issued me a '.pem' file. How do I incorporate that into Websphere?

I have tried using ikeyman to open the keystore and truststore used by Websphere for this application but I cannot figure out how to import the .pem file.

flag
Buddy, I'd love to help, but that just read like a bunch of Cyrillic to me. :) – Terry Donaghe Feb 12 at 19:11

2 Answers

vote up 0 vote down

Is this cert being used for email? I believe .pem files are used for email encryption.

link|flag
Cert is for webservices, not email. – CrockPot Feb 11 at 21:04
vote up 0 vote down

you need to incapsulate your pem to pkcs#12 format (use openssl) and then add p12 container to WS configuration.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.