| Author |
Best Practice with web service client certification
|
John Farrel
Ranch Hand
Joined: May 24, 2010
Posts: 65
|
|
I am developing on an application that is a client to many different web services, some requiring certification.
The web service client interfaces are coded in axis or jax-ws.
The question I have is, what's the cleanest solution to storing the certificates for the disparate web services?
Should I create a single keystore and add them all to it, then set the javax.net.ssl.keyStore property?
John
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
Add all the certificates to the server's keystore.
Best wishes!
|
My free books and tutorials: http://www.slideshare.net/krizsan
|
 |
 |
|
|
subject: Best Practice with web service client certification
|
|
|