Is there a way to load a different cacerts than the one specified in the java_home/jre/lib/security

Posted by feniix on Stack Overflow See other posts from Stack Overflow or by feniix
Published on 2010-04-15T00:58:31Z Indexed on 2010/04/15 1:03 UTC
Read the original article Hit count: 347

Filed under:
|
|
|

I have a single installation of java in a system that runs 2 or 3 applications.

All the applications use the same runtime.

Is there a way to specify a different keystores for the ca certs than the one in java_home/jre/lib/security. That is, is there an option to specify an "extra" keystore that is loaded and added to the certs loaded from java_home/jre/lib/security/cacerts?

What I want to avoid is having to re-import our local ca every time I upgrade the jdk in the box.

© Stack Overflow or respective owner

Related posts about java

Related posts about security