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 -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -