如何更新jar签名?
警告: 签名者证书已过期。
当我尝试使用 jarsigner 进行签名时,我得到以下信息,并且未生成输出 jar。
如何更新我的 jar 签名?
Warning:
The signer certificate has expired.
I get the following when I try to sign with jarsigner, and the output jar doesn't get generated.
How do I renew my jar signature?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是自签名证书吗?如果是这样,您只需要使用 keytool 生成新证书,然后使用 keysigner 签署您的 jar。
如果您使用第三方签名证书(Verisign、Thawte 等),则需要使用他们的在线系统(通常与您获取原始证书的位置相同)更新密钥。
Are you using a self-signed certificate? If so, you just need to use keytool to generate a new certificate, then sign your jar using keysigner.
If you are using a third-party signed certificate (Verisign, Thawte, etc), you'll need to renew your key using their online system (usually the same place you got the original cert).