apache: Add support for configuring SSLProxy with key authentication

This commit is contained in:
Ossi Salmi 2015-06-16 12:39:43 +03:00
parent 4d7fcc9e65
commit b77decaf8a
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,4 @@
SSLProxyEngine on
SSLProxyMachineCertificateFile <%= @ssl_bundle %>
SSLProxyCACertificateFile <%= @ssl_ca %>
SSLProxyVerify require