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 is necessary to update the documentation Configuring SSL certificates on the Wazuh dashboard using Let’s Encrypt, the documentation on YUM does not work on Amazon Linux 2, the distribution we are using for our AMI, it is necessary to consider the installation for this OS and validate that it works on all systems. Recommended:
Confirm the EPEL repository is available: yum repolist
You should see a repo name that says "Amazon Extras repo for epel"
Install certbot
Install Certbot on your Amazon Linux 2 repo using the following command: yum install -y certbot python3-certbot-apache
Confirm the Certbot version using the command: certbot --version
** At this point, the user can go ahead with the other parts of the configuration - "Configure certbot to generate Let’s Encrypt SSL certificate..."
We are in the process of updating the documentation. However, we would appreciate your feedback in testing that the above works and that you can generate certificates using the installed Certbot tool.
Community related https://github.com/wazuh/community/issues/37203
Description
It is necessary to update the documentation Configuring SSL certificates on the Wazuh dashboard using Let’s Encrypt, the documentation on YUM does not work on Amazon Linux 2, the distribution we are using for our AMI, it is necessary to consider the installation for this OS and validate that it works on all systems. Recommended:
https://documentation.wazuh.com/current/quickstart.html#operating-system
Task
The text was updated successfully, but these errors were encountered: