Skip to content

Instantly share code, notes, and snippets.

@jeremybeavon
Created August 24, 2016 01:35
Show Gist options
  • Save jeremybeavon/a359e691199eecd25172aaf7e14fc7d5 to your computer and use it in GitHub Desktop.
Save jeremybeavon/a359e691199eecd25172aaf7e14fc7d5 to your computer and use it in GitHub Desktop.
Convert pfx file into Java keystore
keytool -importkeystore -srckeystore C:\path_to_pfx.pfx -srcstoretype pkcs12 -destkeystore C:\path_to_keystore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment