-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yaml format of the config.yml file to generate certificates is not correct #1413
Labels
Comments
1 task
This was referenced Mar 31, 2022
Update
To Do
|
Merged
This was referenced Apr 7, 2022
Tasks
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reading the documentation of
4.3.0-rc5
, I have seen that to create the necessary certificates for the communication between different Wazuh components, aconfig.yml
file is used.Reviewing the content of this file, I have seen that it contains the following:
However, it does not comply with the actual yaml syntax, because if we parse this we would get the following:
The correct syntax would be as follows:
Regardless of which syntax seems to be wrong, the certificates are generated correctly. This has to be because you are using a custom parser that does not take into account that syntax error.
It is requested to correct this error to comply with the standard yaml format, or directly change the extension to another, such as
.cnf
... to indicate that it does not comply with any specific format.The text was updated successfully, but these errors were encountered: