From 2fb8998088accdd8f580e4ed865c8d604c761a98 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 24 May 2021 08:26:10 -0700 Subject: [PATCH] Switch ethercalc to the new LE cert Once we are happy with the ethercalc LE cert we can land this change to update the apache config to use the LE cert. Change-Id: Ic35031fb03c928ba4089f292c4d714d4844f29fe --- manifests/site.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 24f1ed8b6d..944106f9d5 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -35,10 +35,10 @@ node /^ethercalc\d+\.open.*\.org$/ { class { 'openstack_project::server': } class { 'openstack_project::ethercalc': - vhost_name => 'ethercalc.openstack.org', - ssl_cert_file_contents => hiera('ssl_cert_file_contents'), - ssl_key_file_contents => hiera('ssl_key_file_contents'), - ssl_chain_file_contents => hiera('ssl_chain_file_contents'), + vhost_name => 'ethercalc.openstack.org', + ssl_cert_file => '/etc/letsencrypt-certs/ethercalc.openstack.org/ethercalc.openstack.org.cer', + ssl_key_file => '/etc/letsencrypt-certs/ethercalc.openstack.org/ethercalc.openstack.org.key', + ssl_chain_file => '/etc/letsencrypt-certs/ethercalc.openstack.org/ca.cer', } }