Instructions
- 1
Click "Start." Type "cmd" into the search box and then press "Enter" to open Command Prompt.
2Type "cd/" without quotes into the command-line application and then press "Enter" to go to the root folder.
3Enter "cd" followed by the full file path linking to the directory where the keystore is saved.
4Type the following into Command Prompt to convert P12 to JKS:
keytool -importkeystore -srckeystore keystore.p12 -srcstoretype PKCS12 -deststoretype JKS -destkeystore keystore.jks
Press "Enter" after each command to convert P12 to JKS in Keytool. You may be prompted to create a new password for the JKS keystore; it's recommended that you use the same password as the original keystore.
No comments:
Post a Comment