Securityadmin command port update

This commit is contained in:
Gonzalo Acuña 2022-10-21 10:11:53 -03:00
parent 195be17acc
commit 5009b80391
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ domain_name: wazuh.com
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools
indexer_conf_path: /etc/wazuh-indexer/ indexer_conf_path: /etc/wazuh-indexer
indexer_index_path: /var/lib/wazuh-indexer/ indexer_index_path: /var/lib/wazuh-indexer/
# Security password # Security password

View File

@ -83,7 +83,7 @@
JAVA_HOME=/usr/share/wazuh-indexer/jdk JAVA_HOME=/usr/share/wazuh-indexer/jdk
{{ indexer_sec_plugin_tools_path }}/securityadmin.sh {{ indexer_sec_plugin_tools_path }}/securityadmin.sh
-cd {{ indexer_sec_plugin_conf_path }}/ -cd {{ indexer_sec_plugin_conf_path }}/
-icl -p 9300 -cd {{ indexer_sec_plugin_conf_path }}/ -icl -p 9200 -cd {{ indexer_sec_plugin_conf_path }}/
-nhnv -nhnv
-cacert {{ indexer_conf_path }}/certs/root-ca.pem -cacert {{ indexer_conf_path }}/certs/root-ca.pem
-cert {{ indexer_conf_path }}/certs/admin.pem -cert {{ indexer_conf_path }}/certs/admin.pem