Hi,
we plan to use client certificates to authenticate the users of our web application. Therefore we make the root certificate accessible on the web server and configure IIS (unfortunately
we still use IIS 6...) to require client certificate. The certificate chain look like:
- {root certificate}
- { intermediate certificate A}
- {client certificate A1}
- {client certificate A2}
- ...
- { intermediate certificate B}
  ...
Go to the complete details ...