KeyStore

Last modified by Sebastian Marsching on 2022/05/27 22:32

Default password

The default password for the Java Keystore is changeit.

Adding a trusted CA certificate to the Java Keystore

keytool -importcert -trustcacerts -alias <CA Name> -file <X.509 Certificate File> -keystore /usr/lib/jvm/java-6-sun/jre/lib/security/cacerts

KeyStore Explorer

KeyStore Explorer is a cross-platform GUI tool for editing Java Keystores. It provides a very convenient way of importing keypairs into a keystore, though it unfortunately does not handle certificates and private keys in the PEM format.