when send request to a server, if mutual authentication is needed, the server always give me a .p12
or .pfx
file, which contain a client certificate, a client private key.
In my understanding, the mutual authentication process only request client to send its certificate to server, and verify server's certificate do not need a client private key. So why they cannot just send me a certificate? Or is there something I miss?