How to do client certificate authentication with Apache
问题 The question is very clear but I did not find any useful tutorial online. So I wish I could have some luck here. Basically, I want to build a client certificate authentication with Apache. I configured the conf file for Apache for the site I am hosting. The conf I put is here: SSLVerifyClient require SSLVerifyDepth 1 SSLCACertificateFile /etc/apache2/ssl/client.crt However I have no idea how to generate the certificate and key file for the client. And also, what file should I put on the