wazuh-keystore
The wazuh-keystore increases the security of sensitive information, storing in it any information that the Wazuh manager requires for its correct operation.
wazuh-keystore options
-h |
Display the help message. |
-f <FAMILY> |
Specifies the target column family for the insertion. |
-k <KEY> |
Specifies the key for the key-value pair. |
-v <VALUE> |
Specifies the value associated with the key. |
Example
Set indexer's username and password:
# /var/ossec/bin/wazuh-keystore -f indexer -k username -v admin
# /var/ossec/bin/wazuh-keystore -f indexer -k password -v admin