From 51d17f9e4381c5458bbd79eb1d6e3431cb36dc20 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Tue, 11 Jul 2017 14:35:30 +0200 Subject: [PATCH] ODT - INT fix SSL_CLIENT_I_DN_O --- customer/mbvd-odt/int-odt-daimler-com.pixelpark.net.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5