Skip to content

Commit 372baa9

Browse files
authored
Merge pull request #8473 from wazuh/enhancement/100-wazuh-cert-version-fix
change doc to use WAZUH_VERSION in wazuh-certs-tool download
2 parents d6ba1f3 + 3ca0f5b commit 372baa9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file.
2222
- **Post-release**: Added missing Oracle Linux to the vulnerability detection compatibility matrix and fixed heading level. ([#8391](https://github.com/wazuh/wazuh-documentation/pull/8391))
2323
- **Post-release**: Added specific version for Email app in Shuffle integration section. ([#8420](https://github.com/wazuh/wazuh-documentation/pull/8420))
2424
- **Post-release**: Fixed mispelled word "address" occurrences. ([#8421](https://github.com/wazuh/wazuh-documentation/pull/8421))
25+
- **Post-release**: Fixed `wazuh-certs-tool` download command from static version number to use `WAZUH_CURRENT_VERSION` ([#8473](https://github.com/wazuh/wazuh-documentation/pull/8473))
26+
2527

2628
## [v4.11.1]
2729

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

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

7070
.. code-block:: console
7171
72-
# curl -sO https://packages.wazuh.com/4.8/wazuh-certs-tool.sh
72+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-certs-tool.sh
7373
# bash wazuh-certs-tool.sh -A
7474
7575
#. 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:
@@ -115,7 +115,7 @@ Perform the steps below on one indexer node only.
115115

116116
.. code-block:: console
117117
118-
# curl -sO https://packages.wazuh.com/4.7/wazuh-certs-tool.sh
118+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-certs-tool.sh
119119
# bash wazuh-certs-tool.sh -A wazuh-install-files/root-ca.pem wazuh-install-files/root-ca.key
120120
121121
#. Copy the newly created certificates to the ``wazuh-install-files`` folder making sure not to replace the admin certificates:
@@ -157,7 +157,7 @@ Perform the steps below on one indexer node only.
157157

158158
.. code-block:: console
159159
160-
# curl -sO https://packages.wazuh.com/4.7/wazuh-certs-tool.sh
160+
# curl -sO https://packages.wazuh.com/|WAZUH_CURRENT_MINOR|/wazuh-certs-tool.sh
161161
# bash wazuh-certs-tool.sh -A
162162
163163
#. 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)