iis - How can I request a client certificate only from a particular CA -
is possible request client certificates issued particular ca (certificate authority)? site using iis 7.5, , have client certificates assigned users following article - http://ondrej.wordpress.com/2010/01/24/iis-7-and-client-certificates/. ctl not seem have effect on because server advertise acceptable ca names, regardless if in ctl or not. http://blogs.msdn.com/b/saurabh_singh/archive/2007/12/07/certificate-trust-list-not-being-honored-by-iis-5-0-6-0-7-0.aspx
- run mmc administrator on server.
- add certificates add-in, selecting computer account.
- in each of sub-folders, each of certificates not want included:
- if intended purpose has or contains client authentication:
- right-click on certificate
- make sure "enable following purposes" selected
- uncheck "client authentication"
- click ok.
- if intended purpose has or contains client authentication:
i had on 400 certificates on 2 servers... twice (because gpos overwrote settings).
Comments
Post a Comment