Use the combined RabbitMQ CA cert in the clients
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
9d6f7c0f6f
commit
d884a0f8ba
44 changed files with 47 additions and 47 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue