New Key for expired certificate?
- by aglassman
I need to create a new certificate for an internal server. It is self signed. Is there an easy way to just extend the expiration date of the current certificate? If not, can I reuse the current key, or do I need to generate a new one? I'll be using Java keytool.
All info I can find online it looks like I need to create a new keystore, but I'd rather skip that step if possible just to keep things simple.