Last active
August 17, 2022 10:12
-
-
Save fiandimas/f772740ebe65915cb9cd6dcdef660571 to your computer and use it in GitHub Desktop.
convert .jks (java) to .p12 (php)
This file contains 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 characters
keytool -importkeystore -srckeystore [JKS_FILENAME] -destkeystore [OUTPUT] -srcstoretype JKS -deststoretype PKCS12 -deststorepass [PKCS12_PASSWORD] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment