tritonexperiment

Results 1 comments of tritonexperiment

For 4.4.4 I had to slightly change step 5 commands to ``` export INSTALLATION_DIR=/usr/share/wazuh-indexer export OPENSEARCH_PATH_CONF=${INSTALLATION_DIR}/ CACERT=$OPENSEARCH_PATH_CONF/certs/root-ca.pem KEY=$OPENSEARCH_PATH_CONF/certs/admin-key.pem CERT=$OPENSEARCH_PATH_CONF/certs/admin.pem export JAVA_HOME=/usr/share/wazuh-indexer/jdk bash /usr/share/wazuh-indexer/plugins/opensearch-security/tools/securityadmin.sh -cd /usr/share/wazuh-indexer/opensearch-security/ -nhnv -cacert $CACERT -cert $CERT...