数字自签名认证更新到期日期

发布于 2024-08-31 13:16:13 字数 94 浏览 7 评论 0原文

我有一个使用 java keytool 命令创建的自签名数字证书。 我可以仅更新密钥库文件的到期日期,而不创建新的密钥库吗?
有什么帮助吗?

I have a self-signed digital certificate created using java keytool command.
Can I update only the expiry date of the keystore file, without creating new keystore?
Any help?

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

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

发布评论

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

评论(1

最笨的告白 2024-09-07 13:16:13

如果不注销证书,则无法更改有效期。但是,您不必创建新的密钥库。只需使用新的到期日期再次签署证书并将其替换到密钥库中即可。

You can't change the validity period without resigning the certificate. However, you don't have to create a new keystore. Just sign the certificate again with new expiration date and replace it in the keystore.

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