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.

i had on 400 certificates on 2 servers... twice (because gpos overwrote settings).


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -