Skip to content

Instantly share code, notes, and snippets.

@gasparrobi
Last active February 16, 2018 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gasparrobi/240569f7e3c4f1ae98b6ae33dc170258 to your computer and use it in GitHub Desktop.
Save gasparrobi/240569f7e3c4f1ae98b6ae33dc170258 to your computer and use it in GitHub Desktop.

extract jks from PKCS12 file

keytool -importkeystore -srckeystore privateKeyFile.p12 -srcstoretype PKCS12 -destkeystore personalKeyStore.jks

debug ssl mode

-Djavax.net.debug=SSL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment