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
This commit is contained in:
Clark Boylan 2021-05-24 08:26:10 -07:00
parent 46edf8aeb0
commit 2fb8998088

View File

@ -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',
}
}