Updated certs tool download command

This commit is contained in:
Carlos Bordon
2026-03-18 17:05:42 -03:00
parent 5616e581af
commit a248bdcd39
+2 -2
View File
@@ -128,7 +128,7 @@ jobs:
- name: Create single node certficates - name: Create single node certficates
run: | run: |
curl -o ./wazuh-certs-tool.sh ${{ env.wazuh_certs_tool }} curl --output ./wazuh-certs-tool.sh "${{ env.wazuh_certs_tool }}"
cat > config.yml <<EOF cat > config.yml <<EOF
nodes: nodes:
# Wazuh indexer server nodes # Wazuh indexer server nodes
@@ -401,7 +401,7 @@ jobs:
- name: Create multi node certficates - name: Create multi node certficates
run: | run: |
curl -o ./wazuh-certs-tool.sh ${{ env.wazuh_certs_tool }} curl --output ./wazuh-certs-tool.sh "${{ env.wazuh_certs_tool }}"
cat > config.yml <<EOF cat > config.yml <<EOF
nodes: nodes:
# Wazuh indexer server nodes # Wazuh indexer server nodes