From: Oliver Böttcher Date: Mon, 9 Jul 2018 09:29:01 +0000 (+0200) Subject: ODT - fix cert path X-Git-Tag: v0.1.0~621 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f5d1870e792de00b8bd90b830c210ea9b9b2102b;p=pixelpark%2Fhiera.git ODT - fix cert path --- diff --git a/customer/mbvd-odt/tmp-odt-daimler-com.pixelpark.net.yaml b/customer/mbvd-odt/tmp-odt-daimler-com.pixelpark.net.yaml index 679b2c32..c7e002b3 100644 --- a/customer/mbvd-odt/tmp-odt-daimler-com.pixelpark.net.yaml +++ b/customer/mbvd-odt/tmp-odt-daimler-com.pixelpark.net.yaml @@ -50,7 +50,7 @@ infra::profile::apache::pp_vhosts: cert_servername: 'odt.daimler.com' cert_customer: 'daimler' ssl_cert: '/etc/apache2/ssl.crt/odt.daimler.com-cert.pem' - ssl_key: '/etc/apache2/ssl.key/private/odt.daimler.com-key.pem' + ssl_key: '/etc/apache2/ssl.key/odt.daimler.com-key.pem' ssl_chain: '/etc/apache2/ssl.crt/odt.daimler.com-cert.pem' ssl_verify_client: require ssl_crl: '/etc/apache2/ssl.crl/odt-cacrl.pem'