Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top