java - More than one keystore or truststore in a machine -
Java JVM keystore can be set using system property
System. SetProperty ("javax .net.ssl.trustStore", & lt; ... & gt;)
I just want to understand, if I use another keystore on some other way I want to do this, just to set up a new provinterity, or to restart the JVM?
If not, there is another easy way to set a reliable way, something like "refresh SSL", so changes can be dynamic dynamically?
thanks
Comments
Post a Comment