How do I Use "Multiple" SSL certificates in Java?
Asked Answered
I

1

1

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?

Indianapolis answered 17/4, 2009 at 8:48 Comment(0)
D
1

You can import multiple certificates into a single keystore. keytool

Dike answered 17/4, 2009 at 14:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.