gpt4 book ai didi

java - keytool 错误 : java. lang.Exception: keystore 中的证书回复和证书相同

转载 作者:太空宇宙 更新时间:2023-11-03 13:14:15 25 4
gpt4 key购买 nike

我想用证书签署我的 jar 文件。我已按照以下步骤操作。C:\Program Files\Java\jdk-10.0.2\bin>keytool -genkey -alias testals -keystore testks

C:\Program Files\Java\jdk-10.0.2\bin>keytool -export -keystore testks -alias testals -file testcer.cer

证书存储在文件中

C:\Program Files\Java\jdk-10.0.2\bin>keytool -import -alias testals -file testcer.cer -keystore testks

但是在导入时出现异常,因为 keystore 中的证书回复和证书是相同的。

请帮助我如何做到这一点?

最佳答案

导入时使用不同的别名,不要使用导出时使用的别名。它会起作用。

这是因为您导入的是 root 的自签名证书,而不是服务器证书。

关于java - keytool 错误 : java. lang.Exception: keystore 中的证书回复和证书相同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51671163/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com