From b79d8199c6c7c225ade734207db8b465f2c30227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 17 Apr 2025 18:16:11 +0200 Subject: [PATCH] Batcave: also copy the rabbitmq ca cert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/batcave/files/make-rabbitmq-certs-public.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/batcave/files/make-rabbitmq-certs-public.sh b/roles/batcave/files/make-rabbitmq-certs-public.sh index 0c8d54bd43..1de3cf4c9d 100644 --- a/roles/batcave/files/make-rabbitmq-certs-public.sh +++ b/roles/batcave/files/make-rabbitmq-certs-public.sh @@ -9,6 +9,7 @@ set -e for env in staging production; do dest_dir=${BASE_DEST_DIR}/${env} mkdir -p ${dest_dir} + cp -a ${BASE_SRC_DIR}/${env}/ca-combined.crt ${dest_dir}/ca.crt > ${dest_dir}/${EXPIRATION_FILE} for cert in `ls ${BASE_SRC_DIR}/${env}/pki/issued/*.crt`; do cp -a $cert ${dest_dir}/