How can I convert a PFX file to a JKS file
book
Article ID: KB0083067
calendar_today
Updated On:
TIBCO Data Virtualization
|
-
|
Description
This command can be used to convert a PFXfile to JKS. JDK has a limitation with the PFX file, hence conversion is required.
Issue/Introduction
How can I convert a PFX file to a JKS file
Resolution
keytool -importkeystore -srckeystore mypfxfile.pfx -srcstoretype pkcs12 -destkeystore clientcert.jks -deststoretype JKS
Feedback
thumb_up
Yes
thumb_down
No