apache: Make SSLProxyVerifyDepth configurable

This commit is contained in:
Ossi Salmi 2015-12-10 13:45:38 +02:00
parent d4a487cfe3
commit 0a4798d619
2 changed files with 2 additions and 0 deletions

View file

@ -2,3 +2,4 @@ SSLProxyEngine on
SSLProxyMachineCertificateFile <%= @ssl_bundle %>
SSLProxyCACertificateFile <%= @ssl_ca %>
SSLProxyVerify require
SSLProxyVerifyDepth <%= @ssl_verifydepth %>