Note: If at any point you have changed the password for the
keystore and truststore with keytool, then you must remember to update the
password here as
well.
The password must be used with all aliases as well. To update the alias, use
a command similar to this one:
keytool -keypasswd -alias
sample1 -keypass changeit -new changeit2 -keystore
keystore.jks
keytool -keypasswd -alias sample2 -keypass changeit -new changeit2
-keystore keystore.jks