Batcave: also copy the rabbitmq ca cert
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a76d88a1f6
commit
b79d8199c6
1 changed files with 1 additions and 0 deletions
|
@ -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}/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue