Convert PKCS#12 to JKS
NOTE: JKS is deprecated, you should use PKCS#12 instead.
keytool \
-importkeystore \
-srckeystore input.pkcs12 \
-srcstoretype PKCS12 \
-destkeystore output.jks \
-deststoretype JKS
NOTE: JKS is deprecated, you should use PKCS#12 instead.
keytool \
-importkeystore \
-srckeystore input.pkcs12 \
-srcstoretype PKCS12 \
-destkeystore output.jks \
-deststoretype JKS