This file should contain snippets about generating certificates and other stuff: Keystore Java use .jks format Standard format is pkcs12 /.p12 Commands: Copy certificates from JKS to PKCS12 keytool -importkeystore -srckeystore keystore.jks -destkeystore keystore.p12 -deststoretype pkcs12