From: Andreas Gerstenberg Date: Wed, 12 Apr 2017 12:02:45 +0000 (+0200) Subject: add needed ssl-cert variables X-Git-Tag: v0.1.0~3201 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=40226e886dffc5af6782176325239b451e01a3e6;p=pixelpark%2Fhiera.git add needed ssl-cert variables --- 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'