You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It reads # tar -cvf ./wazuh-certificates.tar -C ./wazuh-certificates/ # scp wazuh-certificates.tar <TARGET_USERNAME>@<TARGET_IP>:
but should read # tar -cvf ./wazuh-certificates.tar -C ./wazuh-certificates/ . # scp wazuh-certificates.tar <TARGET_USERNAME>@<TARGET_IP>:
in my VSCode this is on line 552 of wazuh-documentation\source\user-manual\manager\wazuh-server-cluster.rst which is the 3rd time the tar command is referenced in that page
thanks!
The text was updated successfully, but these errors were encountered:
In #3 of this section there is a missing full stop
It reads
# tar -cvf ./wazuh-certificates.tar -C ./wazuh-certificates/
# scp wazuh-certificates.tar <TARGET_USERNAME>@<TARGET_IP>:
but should read
# tar -cvf ./wazuh-certificates.tar -C ./wazuh-certificates/ .
# scp wazuh-certificates.tar <TARGET_USERNAME>@<TARGET_IP>:
in my VSCode this is on line 552 of
wazuh-documentation\source\user-manual\manager\wazuh-server-cluster.rst
which is the 3rd time the tar command is referenced in that pagethanks!
The text was updated successfully, but these errors were encountered: