Where Is the System-wide CA Keystore
Hi All,
I'm trying to add certificates to my keystore located at +$JRE_INSTALL$+/lib/security/cacerts on a Unix box (SunOS 5.10). I've verified that it's empty by running keytool -list -keystore cacerts in the same folder. In the same folder, I then ran keytool -importcert -trustcacerts -alias alias1 -storepass **** -file alias1.der -keystore cacerts*. I then got the message *{color:#800000}Certificate already exists in system-wide CA keystore under alias <+duplicating_alias+>...{color}*". What gives? How can I determine where this system-wide keystore is? How can I force the JRE to use the one in +$JRE_INSTALL$+/lib/security ?