I have an SSL certificate in a Java keystore. It's going to expire in a week or so and I need to renew it.
Can I reuse the previous CSR (which the CA still have) and then import the certificate using the import
command or do I need to generate a new CSR?
Sorry if this isn't programming related enough.