From: Oliver Böttcher Date: Tue, 11 Jul 2017 12:35:30 +0000 (+0200) Subject: ODT - INT fix SSL_CLIENT_I_DN_O X-Git-Tag: v0.1.0~2668^2~4 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=51d17f9e4381c5458bbd79eb1d6e3431cb36dc20;p=pixelpark%2Fhiera.git ODT - INT fix SSL_CLIENT_I_DN_O --- diff --git a/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml index 49605076..e4d34e75 100644 --- a/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml @@ -27,7 +27,7 @@ infra::profile::apache::pp_vhosts: #ssl_verify_client: require ssl_crl: '/etc/pki/tls/certs/odt-cacrl.pem' ssl_ca: '/etc/pki/tls/certs/odt-root-ca.pem' - custom_fragment_ssl: 'SSLRequire %%{ich-trickse}{SSL_CLIENT_S_DN_O} eq "ODT"' + custom_fragment_ssl: 'SSLRequire %%{ich-trickse}{SSL_CLIENT_I_DN_O} eq "ODT"' rewrites_non_ssl: - https: comment: 'almost all to https' @@ -51,7 +51,7 @@ infra::profile::apache::pp_vhosts: provider: location path: '/' custom_fragment: | - SSLRequire %%{ich-trickse}{SSL_CLIENT_S_DN_O} eq "ODT" + SSLRequire %%{ich-trickse}{SSL_CLIENT_I_DN_O} eq "ODT" SSLVerifyClient require - webservice: provider: location