Java Web Start 的证书已过期

发布于 2024-11-05 03:07:43 字数 88 浏览 1 评论 0原文

JWS 对代码签名证书过期有何反应?

根据我的观察,它似乎忽略了 CA 签名证书的到期日期,但我想找到一些确凿的证据(例如官方文档)来证实这一点。

How does JWS react to code signing certificate expiration?

From my observation it appears to ignore expiration date of CA-signed certificates, but I would like to find some hard proof (e.g. official documentation) that confirms this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最偏执的依靠 2024-11-12 03:07:43

如果签名的 jar 被赋予时间戳(来自时间戳权威),那么即使在证书过期之后签名仍然有效(假设时间戳在过期之前)。

请参阅J2SE 5.0 的签名时间戳支持

If the signed jar is given a timestamp (which comes from a timestamp authority), then the signature will still be valid even after the certificate has expired (assuming the timestamp is prior to the expiry).

See Signature Timestamp Support for J2SE 5.0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文