Changed md5 by sha512 variable

This commit is contained in:
David Correa Rodríguez 2023-08-31 14:29:15 +02:00
parent 4c62f30d9d
commit b8e2fb676b
No known key found for this signature in database
GPG Key ID: 8787C7C9FF271262

View File

@ -53,8 +53,7 @@ wazuh_winagent_config:
auth_path: C:\Program Files\ossec-agent\agent-auth.exe auth_path: C:\Program Files\ossec-agent\agent-auth.exe
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise # Adding quotes to auth_path_x86 since win_shell outputs error otherwise
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
check_md5: True check_sha512: True
md5: 3823a34bb108b9ad4e9fb43cb8f0b4e3
wazuh_dir: "/var/ossec" wazuh_dir: "/var/ossec"