Mutual TLS en Apache

Author
Por Darío Rivera
Publicado el en Apache

<VirtualHost *:443>
    ServerName   my-host.com
    ....
    SSLEngine on
    ....
    SSLVerifyClient require
    SSLVerifyDepth 10
    SSLCACertificateFile "/path/to/cacert.pem"
</VirtualHost>

Acerca de Darío Rivera

Author

Application Architect at Elentra Corp . Quality developer and passionate learner with 10+ years of experience in web technologies. Creator of EasyHttp , an standard way to consume HTTP Clients.

LinkedIn Twitter Instagram

Sólo aquellos que han alcanzado el éxito saben que siempre estuvo a un paso del momento en que pensaron renunciar.