I have a certificate in PKCS12 format. How do I import it into a java keystore file?
PKCS12, this is a standard keystore type which can be used in Java and other languages.
Import alice.p12 into bob.jks
keytool -v -importkeystore -srckeystore alice.p12 -srcstoretype PKCS12 -destkeystore bob.jks -deststoretype JKS
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With