Discussion:
Converting PEM and PKCS8 to JKS (JAVA keystore)
Eshwaramoorthy Babu
2006-10-06 21:19:49 UTC
Permalink
Hi,

I have the below certificates with me

1.Server certificate : PEM format
2.Private Key in : PKCS8 format
3.Server Root Certificate in : PEM format

Cannay one tell me How to convert the above into Java keystore(JKS) FORMAT.
Is there any tool available for conversion? Does keytool understand PEM and
PKCS8 format?


If I have to give the server certificate and the root certificate to the
client do I have to include the server and server root certificate in a
single keystore file?

Agains for the server do I have to generate another keystore file with
Private key and server certificate?

Thanks in advance,
Babu
Emerson Saito
2006-10-09 12:28:45 UTC
Permalink
Hi,
This tool may help you.

http://yellowcat1.free.fr/index_ktl.html.<http://yellowcat1.free.fr/index_ktl.html>
Try:

*javaws **http://ragingcat.developpez.com/jws/ktl/on_ktlp_main.jnlp*<http://ragingcat.developpez.com/jws/ktl/on_ktlp_main.jnlp>
I have tested on LINUX/DEBIAN may works on proprietary system too.
Post by Eshwaramoorthy Babu
Hi,
I have the below certificates with me
1.Server certificate : PEM format
2.Private Key in : PKCS8 format
3.Server Root Certificate in : PEM format
Cannay one tell me How to convert the above into Java keystore(JKS) FORMAT.
Is there any tool available for conversion? Does keytool understand PEM
and PKCS8 format?
If I have to give the server certificate and the root certificate to the
client do I have to include the server and server root certificate in a
single keystore file?
Agains for the server do I have to generate another keystore file with
Private key and server certificate?
Thanks in advance,
Babu
Loading...