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

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -