How does IE decide which certificates to present when the server requires a client certificate? It doesn’t let me pick from all of my personal certificates.
How does IE decide which certificates to present when the server requires a client
Share
It looks for the list of certification authorities presented by the server (in its TLS
CertificateRequestmessage) and should offer a sub-selection of your personal certificates that are issues by one of these CAs (it may also match certificates for which there is a path to one of these CAs via a intermediate CA it knows).