Skip to content

Instantly share code, notes, and snippets.

View fiandimas's full-sized avatar
:octocat:
Focusing

Alfian Dimas fiandimas

:octocat:
Focusing
View GitHub Profile
@fiandimas
fiandimas / jkstop12
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]