diff --git a/roles/openshift-apps/waiverdb/templates/config.toml b/roles/openshift-apps/waiverdb/templates/config.toml index fbb40c97d5..ee15e27909 100644 --- a/roles/openshift-apps/waiverdb/templates/config.toml +++ b/roles/openshift-apps/waiverdb/templates/config.toml @@ -10,6 +10,6 @@ topic_prefix = "org.fedoraproject.prod" {% endif %} [tls] -ca_cert = "/etc/pki/rabbitmq/ca/ca.crt" -keyfile = "/etc/pki/rabbitmq/key/waiverdb{{env_suffix}}.key" -certfile = "/etc/pki/rabbitmq/crt/waiverdb{{env_suffix}}.crt" +ca_cert = "/etc/pki/rabbitmq/ca/waiverdb.ca" +keyfile = "/etc/pki/rabbitmq/key/waiverdb.key" +certfile = "/etc/pki/rabbitmq/crt/waiverdb.crt"