Hi, Kaushal,

I assume you're talking about java.  There's a java utility here that
can convert a "java keystore file" into an OpenSSL-friendly PEM file:

http://juliusdavies.ca/commons-ssl/utilities.html

java -cp not-yet-commons-ssl-0.3.8.jar org.apache.commons.ssl.KeyStoreBuilder

Try the 3rd option:

Usage3: -topk8 [password] [file:jks]

Warning:  the file produced contains an *unencrypted* RSA private key!
You might want to immediately run "openssl rsa -des3" against the
output to encrypt it.

You can download the "not-yet-commons-ssl-0.3.8.jar" file from here:

http://juliusdavies.ca/commons-ssl/download.html

yours,

Julius



On 7/11/07, Kaushal Shriyan <[EMAIL PROTECTED]> wrote:
Hi,

We would like to extract the un-signed SSL certificate used by the
application and its keystore password. Could you please provide us with the
steps do this specially the keystore password?

Thanks and Regards

Kaushal



--
yours,

Julius Davies
604-251-3219
http://juliusdavies.ca/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to