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
|
||||
SSLSessionTickets off
|
||||
|
||||
# Server certificates
|
||||
SSLCertificateKeyFile {{ tls_private }}/{{ inventory_hostname }}.key
|
||||
SSLCertificateFile {{ tls_certs }}/{{ inventory_hostname }}.crt
|
||||
|
||||
# Client certificate auth
|
||||
SSLCACertificateFile {{ tls_certs }}/ca.crt
|
||||
SSLVerifyClient require
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Add table
Reference in a new issue