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

上一篇:java-在php上运行keytool


下一篇:如何在Java中以编程方式生成和存储HMacSHA256密钥?