Search This Blog

Tuesday, January 11, 2011

Create P12 from JKS - An enhancement in JDK1.6

Simple command is as follow:

keytool -importkeystore -srckeystore common.jks -destkeystore mystore.p12 -srcstoretype JKS -deststoretype PKCS12 -srcstorepass abc123 -deststorepass abc123 -srcalias fsf-wsweb-cert -destalias fsf-wsweb-cert -srckeypass password -destkeypass password -noprompt

Ignore the warning ...


Cheers

Kapil

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts