Skip to content

Instantly share code, notes, and snippets.

@fiandimas
Last active August 17, 2022 10:12
Show Gist options
  • Save fiandimas/f772740ebe65915cb9cd6dcdef660571 to your computer and use it in GitHub Desktop.
Save fiandimas/f772740ebe65915cb9cd6dcdef660571 to your computer and use it in GitHub Desktop.
convert .jks (java) to .p12 (php)
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