Skip to content

Instantly share code, notes, and snippets.

@cdfpaz
Created June 7, 2017 00:26
Show Gist options
  • Save cdfpaz/4cc02cf400b48d5214f76ed2ebcd3d8a to your computer and use it in GitHub Desktop.
Save cdfpaz/4cc02cf400b48d5214f76ed2ebcd3d8a to your computer and use it in GitHub Desktop.
Convert jks file to PKCS12
Convert jks file to PKCS12:
keytool -importkeystore -srckeystore mycert.jks -destkeystore keystore.p12 -deststoretype PKCS12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment