diff --git a/roles/openshift-apps/waiverdb/templates/config.toml b/roles/openshift-apps/waiverdb/templates/config.toml index 1d46d1bf9b..fbb40c97d5 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/waiverdb{{env_suffix}}.ca" +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"