I have an SSL certificate in the Java keystore. Expires in a week or so, and I need to update it.
Is it possible to reuse the previous CSR (which CA still has) and then import the certificate using the import command, or do I need to create a new CSR?
java certificate keytool
Brian beckett
source share