From 3f98ff2415e854210fa5202bf49b61532725efcb Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Mon, 16 Jul 2018 10:39:44 +0200 Subject: [PATCH] kutchenhaus add ssl_cert --- .../www-kutchenhaus-co-uk.pixelpark.net.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml b/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml index c55408f1..132320c7 100644 --- a/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml +++ b/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml @@ -28,11 +28,12 @@ infra::profile::wordpress::projects: servername: www.kutchenhaus.co.uk serveraliases: - www-kutchenhaus-co-uk.pixelpark.net - cert_servername: 'wildcard.pixelpark.net' - cert_customer: 'pixelpark' - ssl_cert: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem' - ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem' - ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem' + - kutchenhaus.co.uk + cert_servername: 'www.kutchenhaus.co.uk' + cert_customer: 'kutchenhaus' + ssl_cert: '/etc/pki/tls/certs/www.kutchenhaus.co.uk-cert.pem' + ssl_key: '/etc/pki/tls/private/www.kutchenhaus.co.uk-key.pem' + ssl_chain: '/etc/pki/tls/certs/www.kutchenhaus.co.uk-cert.pem' directories: - provider: location path: '/.well-known/pki-validation/fileauth.txt' -- 2.39.5