From: Andreas Gerstenberg Date: Wed, 12 Apr 2017 11:55:16 +0000 (+0200) Subject: add needed ssl-cert variables X-Git-Tag: v0.1.0~3203 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a7c5a3fb7cc49a91b8f5592ad56b55c2c8e886f2;p=pixelpark%2Fhiera.git add needed ssl-cert variables --- diff --git a/customer/pixelpark/fs-training.pixelpark.com.yaml b/customer/pixelpark/fs-training.pixelpark.com.yaml index aa439e1d..536e9481 100644 --- a/customer/pixelpark/fs-training.pixelpark.com.yaml +++ b/customer/pixelpark/fs-training.pixelpark.com.yaml @@ -28,6 +28,8 @@ infra::profile::apache::pp_vhosts: firstspirit: docroot: /var/www/html servername: fs-training.pixelpark.com + cert_servername: 'wildcard.pixelpark.com' + cert_customer: 'pixelpark' ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem' ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.com-key.pem' ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.com-cert.pem'