Not retrieving home made trusted certificates

2003-01-09 Thread Christophe Sebille
Hi, The aim is to use a server ( Tomcat ) to authenticate web users thanks to their certificate. I've imported with keytool trusted certificates made by OpenSsl when Iuse -list option I have for each certificate a 'trustedCertEntry' indication ( the CA certificate have been imported with

[ Resolved ] Not retrieving home made trusted certificates

2003-01-09 Thread Christophe Sebille
To add the home-made CaCertificate I used keytool without specifying the cacerts file from %JRE%\lid\security directory so keytool added it to %USER_PROFILE%\.keystore and Tomcat use this file to retrieve keys and not cacerts. Adding explicitly the filename to cacerts, it works