diff --git a/README.md b/README.md index 6d7a8096..1280fc93 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In this repository you will find the containers to run: * wazuh: It runs the Wazuh manager, Wazuh API and Filebeat (for integration with Elastic Stack) * wazuh-kibana: Provides a web user interface to browse through alerts data. It includes Wazuh plugin for Kibana, that allows you to visualize agents configuration and status. -* wazuh-nginx: Proxies the Kibana container, adding HTTPS (via self-signed SSL certificate) and [Basic authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#Basic_authentication_scheme). +* nginx: Proxies the Kibana container, adding HTTPS (via your [own certificate or self-signed](nginx_conf/ssl/README.md)) and [Basic authentication](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication#Basic_authentication_scheme). **It is required to set up SSL certificate before deploying** * wazuh-elasticsearch: An Elasticsearch container (working as a single-node cluster) using Elastic Stack Docker images. **Be aware to increase the `vm.max_map_count` setting, as it's detailed in the [Wazuh documentation](https://documentation.wazuh.com/current/docker/wazuh-container.html#increase-max-map-count-on-your-host-linux).** In addition, a docker-compose file is provided to launch the containers mentioned above. diff --git a/nginx_conf/ssl/README.md b/nginx_conf/ssl/README.md index 9c44ff23..e6233613 100644 --- a/nginx_conf/ssl/README.md +++ b/nginx_conf/ssl/README.md @@ -18,6 +18,6 @@ nginx_conf/ #### Using a Self Signed Certificate -In case you want to use a self-signed certificate we provided a script to generate one. You may create your own with more relevant information. +In case you want to use a self-signed certificate we provided a script to generate one. Execute `bash generate-self-signed-cert.sh` on this same directory and the right files will be generated. You must have installed `openssl` locally.