Hi, I am understanding SSL for tomcat using http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html. 1)I create jks using self signed certificate using keytool. 2) I generate CSR from that keystore/certificate. 3) I get it signed by CA who gives me root certificate and signed certificate. 4) I need to delete the existing certificate from keystore and then import root and signed one ?
The docs do not mention to delete the existing certificate then if I import it for same alias will not it complain ? Do I need to keep existing certificate and import new one under new alias ? will existing become redundant ? Regards, Miten