Skip to content

Commit 3d9bb7f

Browse files
authored
Merge pull request #8479 from wazuh/bug/100-wazuh-cert-fix-4.9
change doc to use WAZUH_VERSION in wazuh-certs-tool download
2 parents 7b12535 + 15f9794 commit 3d9bb7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/user-manual/wazuh-indexer-cluster.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ We recommend creating entirely new certificates for your Wazuh indexer nodes. Pe
227227

228228
.. code-block:: console
229229
230-
# curl -sO https://packages.wazuh.com/4.8/wazuh-certs-tool.sh
230+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-certs-tool.sh
231231
# bash wazuh-certs-tool.sh -A
232232
233233
#. Compress the certificates folder and copy it to the new Wazuh indexer node(s). You can make use of the ``scp`` utility to securely copy the compressed file:
@@ -273,7 +273,7 @@ Perform the steps below on one indexer node only.
273273

274274
.. code-block:: console
275275
276-
# curl -sO https://packages.wazuh.com/4.7/wazuh-certs-tool.sh
276+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-certs-tool.sh
277277
# bash wazuh-certs-tool.sh -A wazuh-install-files/root-ca.pem wazuh-install-files/root-ca.key
278278
279279
#. Copy the newly created certificates to the ``wazuh-install-files`` folder making sure not to replace the admin certificates:
@@ -315,7 +315,7 @@ Perform the steps below on one indexer node only.
315315

316316
.. code-block:: console
317317
318-
# curl -sO https://packages.wazuh.com/4.7/wazuh-certs-tool.sh
318+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-certs-tool.sh
319319
# bash wazuh-certs-tool.sh -A
320320
321321
#. Compress the certificates folder and copy it to the new Wazuh indexer node(s). You can make use of the ``scp`` utility to securely copy the compressed file:

0 commit comments

Comments
 (0)