Hi, Cesar,

Perhaps "not-yet-commons-ssl-0.3.7.jar" can help.
http://juliusdavies.ca/commons-ssl/download.html

Try:

java -cp not-yet-commons-ssl-0.3.7.jar
org.apache.commons.ssl.KeyStoreBuilder 'password'
'path/to/private-key.pem' 'path/to/cert-chain.pem'

This will create a java keystore file that will hopefully be good
enough for what you need.


yours,

Julius


On 3/23/07, Cesar Adan Pedroso <[EMAIL PROTECTED]> wrote:
Hi all,

I want to know how I can import a private key made with openSSL to a Java
keystore, is it possible?
The private key is made in PEM format.

I need it because I have creted the private key with OpenSSL and now I need
to use it with a keystore.

Thanks, César.

_________________________________________________________________
Acepta el reto MSN Premium: Correos más divertidos con fotos y textos
increíbles en MSN Premium. Descárgalo y pruébalo 2 meses gratis.
http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_correosmasdivertidos

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]



--
yours,

Julius Davies
416-652-0183
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