Skip to content

Instantly share code, notes, and snippets.

@fiandimas
Last active August 17, 2022 10:12
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