apache: Add support for configuring SSLProxy with key authentication
This commit is contained in:
parent
4d7fcc9e65
commit
b77decaf8a
2 changed files with 39 additions and 0 deletions
4
apache/templates/sslproxy.conf.erb
Normal file
4
apache/templates/sslproxy.conf.erb
Normal file
|
@ -0,0 +1,4 @@
|
|||
SSLProxyEngine on
|
||||
SSLProxyMachineCertificateFile <%= @ssl_bundle %>
|
||||
SSLProxyCACertificateFile <%= @ssl_ca %>
|
||||
SSLProxyVerify require
|
Loading…
Add table
Add a link
Reference in a new issue