apache: Require client certificate authentication
This commit is contained in:
parent
480822619d
commit
affeddd2cc
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
||||||
SSLHonorCipherOrder off
|
SSLHonorCipherOrder off
|
||||||
SSLSessionTickets off
|
SSLSessionTickets off
|
||||||
|
|
||||||
|
# Server certificates
|
||||||
SSLCertificateKeyFile {{ tls_private }}/{{ inventory_hostname }}.key
|
SSLCertificateKeyFile {{ tls_private }}/{{ inventory_hostname }}.key
|
||||||
SSLCertificateFile {{ tls_certs }}/{{ inventory_hostname }}.crt
|
SSLCertificateFile {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||||
|
|
||||||
|
# Client certificate auth
|
||||||
|
SSLCACertificateFile {{ tls_certs }}/ca.crt
|
||||||
|
SSLVerifyClient require
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue