From: Andreas Gerstenberg Date: Wed, 12 Apr 2017 12:47:28 +0000 (+0200) Subject: add needed ssl-cert variables X-Git-Tag: v0.1.0~3183 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=9a4ccce8d73e8c29f78f0dc57b04ca53e28e349e;p=pixelpark%2Fhiera.git add needed ssl-cert variables --- diff --git a/customer/pixelpark/pass.pixelpark.com.yaml b/customer/pixelpark/pass.pixelpark.com.yaml index b75c0428..0591a94e 100644 --- a/customer/pixelpark/pass.pixelpark.com.yaml +++ b/customer/pixelpark/pass.pixelpark.com.yaml @@ -40,6 +40,8 @@ infra::profile::apache::pp_vhosts: teampass: servername: pass.pixelpark.com docroot: '/var/www/teampass' + 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'