Description
During some 5.0.0 tests, some issues related to the Wazuh manager were found. The cause is an incorrect ownership of the certificate files (root:root). According to the Wazuh manager installation documentation, the right owner is wazuh-manager:wazuh-manager:
Command:
sudo chown -R wazuh-manager:wazuh-manager /var/wazuh-manager/etc/certs
Tasks
DRI
Description
During some 5.0.0 tests, some issues related to the Wazuh manager were found. The cause is an incorrect ownership of the certificate files (
root:root). According to the Wazuh manager installation documentation, the right owner iswazuh-manager:wazuh-manager:Command:
sudo chown -R wazuh-manager:wazuh-manager /var/wazuh-manager/etc/certsTasks
DRI