Switch translate to LE cert

Once we are happy with the results of the parent change we can land this
one to switch translate's apache over to using the LE cert that was
provisioned.

Change-Id: I09ab944156d974a5cc45c4ab3e3c56cdd6fe0d36
This commit is contained in:
Clark Boylan 2021-05-24 12:48:53 -07:00
parent 06d021e6e6
commit 1fae3234eb
1 changed files with 3 additions and 3 deletions

View File

@ -394,9 +394,9 @@ node /^translate\d+\.open.*\.org$/ {
zanata_url => 'https://github.com/zanata/zanata-platform/releases/download/platform-4.3.3/zanata-4.3.3-wildfly.zip',
zanata_checksum => 'eaf8bd07401dade758b677007d2358f173193d17',
project_config_repo => 'https://opendev.org/openstack/project-config',
ssl_cert_file_contents => hiera('translate_ssl_cert_file_contents'),
ssl_key_file_contents => hiera('translate_ssl_key_file_contents'),
ssl_chain_file_contents => hiera('translate_ssl_chain_file_contents'),
ssl_cert_file => '/etc/letsencrypt-certs/translate.openstack.org/translate.openstack.org.cer',
ssl_key_file => '/etc/letsencrypt-certs/translate.openstack.org/translate.openstack.org.key',
ssl_chain_file => '/etc/letsencrypt-certs/translate.openstack.org/ca.cer',
vhost_name => 'translate.openstack.org',
}
}