Changing the keystore and private key passwords with Java keytool
to change the keystore password:
keytool -storepasswd -keystore MYKEYSTORE
to change the key’s password:
keytool -keypasswd -alias ALIAS -keystore MYKEYSTORE
to change the keystore password:
keytool -storepasswd -keystore MYKEYSTORE
to change the key’s password:
keytool -keypasswd -alias ALIAS -keystore MYKEYSTORE