Keystore was tampered with, or password was incorrect

#修改key条目密码
# keytool -keypasswd -alias test.com -keypass oldkeypwd -new newkeypwd -storepass storepwd -keystore keystore
#修改keystore文件密码
# keytool -storepasswd -keystore keystore -storepass oldstorepwd  -new newstorepwd


上述两条命令的新旧密码可以相同,执行不报错。

https://blog.csdn.net/merbn/article/details/80395664

https://blog.csdn.net/zhaokx3/article/details/52562016

https://www.cnblogs.com/whatlonelytear/p/5913538.html

原文地址:https://www.cnblogs.com/z-books/p/11694362.html