forked from wazuh/wazuh-docker
Certs directory name updated
This commit is contained in:
@@ -36,6 +36,6 @@ chmod 700 /$CERT_TOOL
|
||||
|
||||
/$CERT_TOOL -A
|
||||
echo "Moving created certificates to destination directory"
|
||||
cp /certs/* /certificates/
|
||||
cp /wazuh-certificates/* /certificates/
|
||||
echo "changing certificate permissions"
|
||||
chmod -R 666 /certificates/*
|
||||
|
||||
@@ -98,6 +98,6 @@ cp -pr /roles.yml ${TARGET_DIR}${INSTALLATION_DIR}/plugins/opensearch-security/s
|
||||
cp -pr /internal_users.yml ${TARGET_DIR}${INSTALLATION_DIR}/plugins/opensearch-security/securityconfig/
|
||||
cp -pr /opensearch.yml ${TARGET_DIR}${CONFIG_DIR}
|
||||
# Copy Wazuh indexer's demo certificates
|
||||
cp -pr /certs/* ${TARGET_DIR}${CONFIG_DIR}
|
||||
cp -pr /wazuh-certificates/* ${TARGET_DIR}${CONFIG_DIR}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user