waiverdb: Fix the path to the ca.crt
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
34e05a5de4
commit
ccc9feacbf
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ topic_prefix = "org.fedoraproject.prod"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
[tls]
|
[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"
|
keyfile = "/etc/pki/rabbitmq/key/waiverdb{{env_suffix}}.key"
|
||||||
certfile = "/etc/pki/rabbitmq/crt/waiverdb{{env_suffix}}.crt"
|
certfile = "/etc/pki/rabbitmq/crt/waiverdb{{env_suffix}}.crt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue