Skip to content

Commit

Permalink
Update assamble.sh to include the install-demo-certificates tool on p…
Browse files Browse the repository at this point in the history
…ackages
  • Loading branch information
QU3B1M committed Nov 12, 2024
1 parent 110476b commit 53f7839
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build-scripts/assemble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ function add_wazuh_tools() {
local download_url
download_url="https://packages-dev.wazuh.com/${version}"

curl -sL "${download_url}/config.yml" -o $PATH_PLUGINS/opensearch-security/tools/config.yml
curl -sL "${download_url}/wazuh-passwords-tool.sh" -o $PATH_PLUGINS/opensearch-security/tools/wazuh-passwords-tool.sh
curl -sL "${download_url}/wazuh-certs-tool.sh" -o $PATH_PLUGINS/opensearch-security/tools/wazuh-certs-tool.sh
curl -sL "${download_url}/config.yml" -o "$PATH_PLUGINS"/opensearch-security/tools/config.yml
curl -sL "${download_url}/wazuh-passwords-tool.sh" -o "$PATH_PLUGINS"/opensearch-security/tools/wazuh-passwords-tool.sh
curl -sL "${download_url}/wazuh-certs-tool.sh" -o "$PATH_PLUGINS"/opensearch-security/tools/wazuh-certs-tool.sh
# Include script to install demo certificates
cp distribution/packages/src/common/scripts/install-demo-certificates.sh "$PATH_PLUGINS"/opensearch-security/tools/
}

# ====
Expand Down

0 comments on commit 53f7839

Please sign in to comment.