ServerName {{ inventory_hostname }} DocumentRoot /srv/web/{{ inventory_hostname }} SSLEngine on # Server certificates SSLCertificateKeyFile {{ tls_private }}/{{ inventory_hostname }}.key SSLCertificateFile {{ tls_certs }}/{{ inventory_hostname }}.crt # Client certificate auth SSLCACertificateFile {{ tls_certs }}/ca.crt SSLVerifyClient require Options FollowSymLinks AllowOverride None Require all granted