Do you not need a password to access a truststore (made with the java keytool)?

The password is used to protect the integrity of a keystore. if you don’t provide any store password, you can still read the contents of the keystore. The command keytool -list demonstrates this behavior (use it with an empty password).

Leave a Comment