From c6ce62e38f218ee21aad919ffaeae25cdb4dd554 Mon Sep 17 00:00:00 2001 From: Alberto R Date: Thu, 17 Mar 2022 11:09:57 +0100 Subject: [PATCH] Fixed wazuh-certs-tool.sh and wazuh-passwords-tool.sh URLs --- indexer_certs_creator/config/entrypoint.sh | 4 ++-- wazuh-indexer/config/config.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/indexer_certs_creator/config/entrypoint.sh b/indexer_certs_creator/config/entrypoint.sh index 1aae8d99..567bf267 100644 --- a/indexer_certs_creator/config/entrypoint.sh +++ b/indexer_certs_creator/config/entrypoint.sh @@ -8,8 +8,8 @@ ## Variables CERT_TOOL=wazuh-certs-tool.sh PASSWORD_TOOL=wazuh-passwords-tool.sh -PACKAGES_URL=https://packages.wazuh.com/resources/4.3/ -PACKAGES_DEV_URL=https://packages-dev.wazuh.com/resources/4.3/ +PACKAGES_URL=https://packages.wazuh.com/4.3/ +PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.3/ ## Check if the cert tool exists in S3 buckets CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk '{print $2}') diff --git a/wazuh-indexer/config/config.sh b/wazuh-indexer/config/config.sh index ab2d40cf..12f37d60 100644 --- a/wazuh-indexer/config/config.sh +++ b/wazuh-indexer/config/config.sh @@ -30,8 +30,8 @@ tar -xf ${INDEXER_FILE} ## Variables CERT_TOOL=wazuh-certs-tool.sh PASSWORD_TOOL=wazuh-passwords-tool.sh -PACKAGES_URL=https://packages.wazuh.com/resources/4.3/ -PACKAGES_DEV_URL=https://packages-dev.wazuh.com/resources/4.3/ +PACKAGES_URL=https://packages.wazuh.com/4.3/ +PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.3/ ## Check if the cert tool exists in S3 buckets CERT_TOOL_PACKAGES=$(curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E "^HTTP" | awk '{print $2}')