I have an application that communicate with multiple hosts at the same time. In this case I need to use multiple keystores to establish communication with other hosts.

In this case setting the system property "javax.net.ssl.keyStore" is problematic. I found an earlier post that discusses the problem well.

Then what would be the best approach to resolve this problem?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You can import multiple certificates into a single keystore. keytool

link|improve this answer
feedback

protected by Will Apr 15 '11 at 2:28

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.