How do I get into a non-password protected Java keystore or change the password?

前端 未结 4 1290
轻奢々
轻奢々 2021-01-30 01:27

I\'m trying to import a trusted certificated into the Java cacerts keystore, but I have a problem. I tried to list existing trusted certificates and it seems that the keystore i

4条回答
  •  爱一瞬间的悲伤
    2021-01-30 01:48

    The password of keystore by default is: "changeit". I functioned to my commands you entered here, for the import of the certificate. I hope you have already solved your problem.

提交回复
热议问题