Java Rest call with different user certs
问题 I have set of user certificates, I would like to authenticate users using respective user cert. I configured the server to enable user authentication. It works fine from browser. In case of multiple user certs, it prompts me to select the cert need to be used. My question is, how can I do that from java?? I am using RestTemplate to communicate to the server. In case of single user certs I can add that to the java key store and make use of it. How can I use a particular user cert for a