<div class="post-text" itemprop="text">
My web application has a https binding with an SSL certificate configured from Entrust. from Entrust i got server,root, chain, chain root certificates. In the SSL settings of the web application, I set the Client certificate settings as required.This forces client to supply a valid certificate when requesting the content to the server, which is the requirement.
I have Entrust listed as a Trusted Root Certification Authority in both Client and server.
Now my query is how to generate the client certificates for all the clients which could be authenticated by server? and how to configure it? Please help.
</div>