File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
indexer-certs-creator/config Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ export CONFIG_DIR=${INSTALLATION_DIR}/config
9
9
10
10
# # Variables
11
11
CERT_TOOL=wazuh-certs-tool.sh
12
- PACKAGES_URL=https://packages.wazuh.com/4.10 /
13
- PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10 /
12
+ PACKAGES_URL=https://packages.wazuh.com/4.12 /
13
+ PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12 /
14
14
15
15
# # Check if the cert tool exists in S3 buckets
16
16
CERT_TOOL_PACKAGES=$( curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E " ^HTTP" | awk ' {print $2}' )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ export REPO_DIR=/unattended_installer
22
22
# # Variables
23
23
CERT_TOOL=wazuh-certs-tool.sh
24
24
PASSWORD_TOOL=wazuh-passwords-tool.sh
25
- PACKAGES_URL=https://packages.wazuh.com/4.10 /
26
- PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10 /
25
+ PACKAGES_URL=https://packages.wazuh.com/4.12 /
26
+ PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12 /
27
27
28
28
# # Check if the cert tool exists in S3 buckets
29
29
CERT_TOOL_PACKAGES=$( curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E " ^HTTP" | awk ' {print $2}' )
Original file line number Diff line number Diff line change 8
8
# # Variables
9
9
CERT_TOOL=wazuh-certs-tool.sh
10
10
PASSWORD_TOOL=wazuh-passwords-tool.sh
11
- PACKAGES_URL=https://packages.wazuh.com/4.10 /
12
- PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.10 /
11
+ PACKAGES_URL=https://packages.wazuh.com/4.12 /
12
+ PACKAGES_DEV_URL=https://packages-dev.wazuh.com/4.12 /
13
13
14
14
# # Check if the cert tool exists in S3 buckets
15
15
CERT_TOOL_PACKAGES=$( curl --silent -I $PACKAGES_URL$CERT_TOOL | grep -E " ^HTTP" | awk ' {print $2}' )
You can’t perform that action at this time.
0 commit comments