Client certificate authentication
问题 I am new to SSL and Certificates . I have been doing my research about client certificate authentication. I have read this and wiki. So If I have to implement a client certificate auth solution for my B2B REST service should I do following Ask clients to generate their own private-public key and generate certificate (CA issued?) for their public key. Send that certificate over email or USB key. On the server side import client's public certificate into trust store and enable client