mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
Cert tool command update
This commit is contained in:
@@ -34,7 +34,7 @@ chmod 700 /$CERT_TOOL
|
||||
# Creating Cluster certificates
|
||||
##############################################################################
|
||||
|
||||
/$CERT_TOOL
|
||||
/$CERT_TOOL -A
|
||||
echo "Moving created certificates to destination directory"
|
||||
cp /certs/* /certificates/
|
||||
echo "changing certificate permissions"
|
||||
|
@@ -66,7 +66,7 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
chmod 755 $CERT_TOOL && bash /$CERT_TOOL
|
||||
chmod 755 $CERT_TOOL && bash /$CERT_TOOL -A
|
||||
|
||||
# copy to target
|
||||
mkdir -p ${TARGET_DIR}${INSTALLATION_DIR}
|
||||
|
Reference in New Issue
Block a user