keytool : Certificate import gives error message - Keystore was tampered with, or password was incorrect

后端 未结 2 997
小蘑菇
小蘑菇 2020-12-23 15:00

My goal is to generate a certificate, export it in a file and import in JDK keystore.

In first step I have generated a self signed certificate using

2条回答
  •  庸人自扰
    2020-12-23 15:46

    I have got this sorted out. I was using my password that is 'password' to update cacerts keystore in JDK while default password for cacerts keystore is 'changeit'

提交回复
热议问题