Skip to content

Commit

Permalink
Merge pull request #6149 from wazuh/wp2227-fix-win-cert
Browse files Browse the repository at this point in the history
Update Wazuh default CA_NAME for winagent
  • Loading branch information
javimed authored Jun 9, 2023
2 parents 8ab7f2e + ec66c9d commit bc8ad20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ The Wazuh agent is a single and lightweight monitoring software. It is a multi-p

.. code-block:: doscon
:: signtool sign /a /tr http://rfc3161timestamp.globalsign.com/advanced /d "%MSI_NAME%" /td SHA256 "%MSI_NAME%"
:: signtool sign /a /tr http://timestamp.digicert.com /d "%MSI_NAME%" /fd SHA256 /td SHA256 "%MSI_NAME%"
#. Specify the version and the revision number when prompted. This will also generate the Windows installer file. In the following output, the version is set as |WAZUH_CURRENT_WIN_FROM_SOURCES| and the revision is set as |WAZUH_CURRENT_WIN_FROM_SOURCES_REV|. This generates the Windows installer ``wazuh-agent-|WAZUH_CURRENT_WIN_FROM_SOURCES|-|WAZUH_CURRENT_WIN_FROM_SOURCES_REV|.msi``

Expand Down
2 changes: 1 addition & 1 deletion source/development/makefile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Available flags
+---------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
| **CA_NAME** | Defines the name of the CA certificate. |
| +------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
| | Default value | DigiCert High Assurance EV Root CA |
| | Default value | DigiCert Assured ID Root CA |
| +------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
| | Allowed values | Any string. |
+---------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
2 changes: 1 addition & 1 deletion source/development/packaging/generate-windows-package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ image with all the necessary tools to compile and obtain the Windows agent compi
-s, --store <path> [Optional] Set the directory where the package will be stored. By default the current path.
-d, --debug [Optional] Build the binaries with debug symbols. By default: no.
-t, --trust_verification [Optional] Build the binaries with trust load images verification. By default: 1 (only warnings).
-c, --ca_name <CA name> [Optional] CA name to be used to verify the trust of the agent. By default: DigiCert High Assurance EV Root CA.
-c, --ca_name <CA name> [Optional] CA name to be used to verify the trust of the agent. By default: DigiCert Assured ID Root CA.
-h, --help Show this help.
Below, you will find an example of how to build a compiled Windows agent.
Expand Down

0 comments on commit bc8ad20

Please sign in to comment.