From: Andreas Gerstenberg Date: Wed, 12 Apr 2017 12:03:28 +0000 (+0200) Subject: add needed ssl-cert variables X-Git-Tag: v0.1.0~3200 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7237417fbee5688a97dae353f57e8c60cf87d288;p=pixelpark%2Fhiera.git add needed ssl-cert variables --- diff --git a/customer/pixelpark/systemshare.pixelpark.com.yaml b/customer/pixelpark/systemshare.pixelpark.com.yaml index 61f93189..2c32b765 100644 --- a/customer/pixelpark/systemshare.pixelpark.com.yaml +++ b/customer/pixelpark/systemshare.pixelpark.com.yaml @@ -55,6 +55,8 @@ infra::profile::apache::pp_vhosts: servername: systemshare.pixelpark.com serveraliases: - jumpstart.pixelpark.com + cert_servername: 'wildcard.pixelpark.com' + cert_customer: 'pixelpark' ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem'