Change the wazuh-certs-tool URL get method

This commit is contained in:
Victor Carlos Erenu
2026-02-04 01:56:29 +07:00
parent c0f8f52acd
commit 4915507603
+2 -2
View File
@@ -123,7 +123,7 @@ jobs:
- name: Create single node certficates
run: |
curl -sL "$wazuh_certs_tool" -o ./wazuh-certs-tool.sh
curl -o ./wazuh-certs-tool.sh ${{ env.wazuh_certs_tool }}
cat > config.yml <<EOF
nodes:
# Wazuh indexer server nodes
@@ -374,7 +374,7 @@ jobs:
- name: Create multi node certficates
run: |
curl -sL "$wazuh_certs_tool" -o ./wazuh-certs-tool.sh
curl -o ./wazuh-certs-tool.sh ${{ env.wazuh_certs_tool }}
cat > config.yml <<EOF
nodes:
# Wazuh indexer server nodes