Skip to content

Instantly share code, notes, and snippets.

@Pooky
Last active March 12, 2021 09:35
Show Gist options
  • Save Pooky/318df80fc685e15e15df536b3c93ea2f to your computer and use it in GitHub Desktop.
Save Pooky/318df80fc685e15e15df536b3c93ea2f to your computer and use it in GitHub Desktop.

Revisions

  1. Pooky renamed this gist Jul 6, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Pooky revised this gist Jul 6, 2019. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,4 +3,10 @@ This file should contain snippets about generating certificates and other stuff:
    # Keystore

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

    Commands:

    # Copy certificates from JKS to PKCS12

    keytool -importkeystore -srckeystore keystore.jks -destkeystore keystore.p12 -deststoretype pkcs12
  3. Pooky revised this gist Jul 6, 2019. No changes.
  4. Pooky created this gist Jul 6, 2019.
    6 changes: 6 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    This file should contain snippets about generating certificates and other stuff:

    # Keystore

    - Java use .jks format
    - Standard format is pkcs12