keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect
What if you get this:
# keytool –list -keystore /path/to/trust.keystore
Enter keystore password:
keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect
#
Then you may add this to resolve it:
-storepass CorrectPass
Cheers,
TK