gpt4 book ai didi

jetty-9 - 码头 java.security.UnrecoverableKeyException : Cannot recover key

转载 作者:行者123 更新时间:2023-12-04 14:31:42 25 4
gpt4 key购买 nike

我正在尝试用签名证书替换自签名码头证书。我替换了 2 个文件 jetty.crt 和 jetty.key.Run 2 个命令:

openssl pkcs12 -inkey jetty.key -in jetty.crt -export -out jetty.pkcs12
keytool -importkeystore -srckeystore jetty.pkcs12 -srcstoretype PKCS12 -destkeystore keystore

现在码头没有启动。这是日志:

2015-08-20 14:11:08.719:WARN:oejuc.AbstractLifeCycle:main: FAILED org.eclipse.jetty.server.Server@695a22ad: java.security.UnrecoverableKeyException: 无法恢复 key java.security.UnrecoverableKeyException: 无法恢复 key

请帮我解决一下。

最佳答案

我们遇到了类似的问题。

将新生成的pkcs12 keystore导入目标keystore后,运行

keytool -keypasswd -keystore path_to_your_keystore_file -alias your_key_alias -storetype JKS

设置我们之前使用的 key 密码,jetty 开始运行。

关于jetty-9 - 码头 java.security.UnrecoverableKeyException : Cannot recover key,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32129671/

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