Skip to content
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

Add section to explain how the manager certificates are generated. #5461

Merged
merged 3 commits into from
Sep 23, 2022

Conversation

antoniomanuelfr
Copy link
Contributor

@antoniomanuelfr antoniomanuelfr commented Jul 12, 2022

Description

Hello team!

Authd is now able to generate the manager certificate even if openssl is not installed on the system. This PR adds the new options added and explain how to generate the certificates.

Closes #5457

Checks

  • It compiles without warnings.
  • Spelling and grammar.
  • Used impersonal speech.
  • Used uppercase only on nouns.
  • Updated the redirect.js script if necessary (check this guide).

Note to the reviewer

This PR includes changes to the redirect.js script that need to be included in all production branches.

source/user-manual/reference/daemons/wazuh-authd.rst Outdated Show resolved Hide resolved
source/user-manual/reference/daemons/wazuh-authd.rst Outdated Show resolved Hide resolved
source/user-manual/reference/daemons/wazuh-authd.rst Outdated Show resolved Hide resolved
# wazuh-authd -C 265 -B 2048 -K /var/ossec/etc/sslmanager.key -X /var/ossec/etc/sslmanager.cert -S "/C=US/ST=California/CN=wazuh/"

If one of the parameters related with the certificate generation is missing, an error will be triggered and the certificate generation will be aborted.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Include a brief explanation of what these certificates are for in Wazuh.

source/user-manual/reference/daemons/wazuh-authd.rst Outdated Show resolved Hide resolved
source/user-manual/reference/daemons/wazuh-authd.rst Outdated Show resolved Hide resolved
source/user-manual/reference/daemons/wazuh-authd.rst Outdated Show resolved Hide resolved
@antoniomanuelfr antoniomanuelfr force-pushed the 5457-add-new-authd-options branch from d437ca7 to 0a55e14 Compare July 13, 2022 14:41
Copy link
Contributor

@chemamartinez chemamartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@s-ocando s-ocando merged commit c2e357a into develop Sep 23, 2022
@s-ocando s-ocando deleted the 5457-add-new-authd-options branch September 23, 2022 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add new Authd options to generate certificates
3 participants