开发者

Digital self-signed certification update expiry date

开发者 https://www.devze.com 2022-12-29 14:34 出处:网络
I have a self-signed digital certificate created using java keytool co开发者_开发问答mmand. Can I update only the expiry date of the keystore file, without creating new keystore?

I have a self-signed digital certificate created using java keytool co开发者_开发问答mmand. Can I update only the expiry date of the keystore file, without creating new keystore?

Any help?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消