From 40226e886dffc5af6782176325239b451e01a3e6 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Wed, 12 Apr 2017 14:02:45 +0200 Subject: [PATCH] add needed ssl-cert variables --- customer/pixelpark/messageq01.pixelpark.com.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/pixelpark/messageq01.pixelpark.com.yaml b/customer/pixelpark/messageq01.pixelpark.com.yaml index 070a1a04..d1174915 100644 --- a/customer/pixelpark/messageq01.pixelpark.com.yaml +++ b/customer/pixelpark/messageq01.pixelpark.com.yaml @@ -38,6 +38,8 @@ infra::profile::apache::pp_vhosts: - messageq.pixelpark.com docroot: /var/www/html/ redirect_dest_non_ssl: https://messageq.pixelpark.com + cert_servername: 'wildcard.pixelpark.com' + cert_customer: 'pixelpark' ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' -- 2.39.5