forked from wazuh/wazuh-docker
Change the wazuh-certs-tool URL get method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user