Files
fk-wazuh/indexer_certs_creator/config/entrypoint.sh
T
2022-03-04 18:20:15 -03:00

13 lines
441 B
Bash

#!/bin/bash
# Wazuh Docker Copyright (C) 2021 Wazuh Inc. (License GPLv2)
##############################################################################
# Creating Cluster certificates
##############################################################################
/wazuh-cert-tool.sh
echo "Moving created certificates to destination directory"
cp /certs/* /certificates/
echo "changing certificate permissions"
chmod -R 666 /certificates/*