Skip to content

Instantly share code, notes, and snippets.

@Pooky
Last active March 12, 2021 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Pooky/318df80fc685e15e15df536b3c93ea2f to your computer and use it in GitHub Desktop.
Save Pooky/318df80fc685e15e15df536b3c93ea2f to your computer and use it in GitHub Desktop.
Certificates

This file should contain snippets about generating certificates and other stuff:

Keystore

  • Java use .jks format
  • Standard format is pkcs12 /.p12

Commands:

Copy certificates from JKS to PKCS12

keytool -importkeystore -srckeystore keystore.jks -destkeystore keystore.p12 -deststoretype pkcs12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment