Last active
March 12, 2021 09:35
-
-
Save Pooky/318df80fc685e15e15df536b3c93ea2f to your computer and use it in GitHub Desktop.
Revisions
-
Pooky renamed this gist
Jul 6, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Pooky revised this gist
Jul 6, 2019 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 /.p12 Commands: # Copy certificates from JKS to PKCS12 keytool -importkeystore -srckeystore keystore.jks -destkeystore keystore.p12 -deststoretype pkcs12 -
Pooky revised this gist
Jul 6, 2019 . No changes.There are no files selected for viewing
-
Pooky created this gist
Jul 6, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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