Use the combined RabbitMQ CA cert in the clients

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-04-10 12:42:58 +02:00
parent 9d6f7c0f6f
commit d884a0f8ba
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
44 changed files with 47 additions and 47 deletions

View file

@ -21,7 +21,7 @@
- name: Deploy the fedora-messaging CA
ansible.builtin.copy:
src: "{{ private }}/files/rabbitmq/{{env}}/pki/ca.crt"
src: "{{ private }}/files/rabbitmq/{{env}}/ca-combined.crt"
dest: /etc/pki/fedora-messaging/ca.crt
mode: "0644"
owner: root