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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -