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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -