puppet/apache/templates/sslproxy.conf.erb
2015-12-10 13:45:38 +02:00

5 lines
176 B
Text

SSLProxyEngine on
SSLProxyMachineCertificateFile <%= @ssl_bundle %>
SSLProxyCACertificateFile <%= @ssl_ca %>
SSLProxyVerify require
SSLProxyVerifyDepth <%= @ssl_verifydepth %>