views:

475

answers:

2

An online service provided me with their certificate (a pfx file) along with its password.

I am looking to load that into my WebLogic 8.1 truststore in Unix.

There is a truststore currently that exists in my WebLogic.

I am new to this so I was wondering what was the process to add that other party's certificate to my existing WebLogic keystore.

Do I need to convert the pfx file into a different for Unix?

A: 

You could try the opensource GUI keytool replacement Portecle.

http://freshmeat.net/projects/portecle/

simonvc
A: 

I did something similar--import a self-signed certificate into custom keystore on 9.x.

jonhwilliams