Important Update: Cohesity Products Knowledge Base Articles
All Cohesity Knowledge Base Articles are now managed via the Cohesity Support Portal: https://support.cohesity.com/s/searchunify. The Knowledge Base articles available here will not reflect the latest information or may no longer be accessible.
Description
The command to use to convert from .PFX to .KEYSTORE:
keytool -importkeystore -srckeystore <pathtoPFX> -srcstoretype pkcs12 -destkeystore <pathtoNewKEYSTORE>new-server.keystore -deststoretype JKS
This command can be run from any location within a Command Prompt, as long as you specify the destination path to retrieve the newly created .KEYSTORE file.
The command will prompt for the new keystore password twice, and then prompted for the source PFX password. Once the password entered correctly, the conversion will proceed.