From ccc9feacbfc74f3333287e4b07b3f65a32398a5c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 2 Apr 2019 12:14:57 +0200 Subject: [PATCH] waiverdb: Fix the path to the ca.crt Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/waiverdb/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"