IIS, SSL with client certs on web farm
Posted
by
Jeremy
on Server Fault
See other posts from Server Fault
or by Jeremy
Published on 2012-10-22T03:59:32Z
Indexed on
2012/10/22
5:04 UTC
Read the original article
Hit count: 222
We're building a web service that will be deployed on an IIS 7.5 farm, and secured through SSL, and also requiring client certs that will be mapped to Active Directory accounts.
My understanding is that the server cert needs to be generated for a specific server. If that is the case then we will need a server cert for each server in the farm. Because the farm will be load balanced, how do we generate client certs that will work with any of the servers in the farm?
© Server Fault or respective owner