From 5550edb4ae7b025c186ecf06b6e727345d9dadfd Mon Sep 17 00:00:00 2001 From: jcruzlp Date: Tue, 27 Apr 2021 12:37:45 +0200 Subject: [PATCH 1/2] Fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff10da5..336d2ba6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In addition, a docker-compose file is provided to launch the containers mentione Before starting the environment it is required to provide an SSL certificate (or just generate one self-signed) and setup the basic auth. -Documentation on how to provide these two can be found at [nginx_conf/README.md](nginx_conf/README.md). +Documentation on how to provide these two can be found at [Wazuh Docer Documentation](https://documentation.wazuh.com/current/docker/wazuh-container.html#production-deployment). ## Environment Variables From 2b9e1a6f8991fd78d6e2ab3c172d705af3cf3ed6 Mon Sep 17 00:00:00 2001 From: jcruzlp Date: Tue, 27 Apr 2021 12:39:04 +0200 Subject: [PATCH 2/2] Removed unussed basic auth --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 336d2ba6..f5550b1b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ In addition, a docker-compose file is provided to launch the containers mentione * [Docker hub](https://hub.docker.com/u/wazuh) -### Setup SSL certificate and Basic Authentication +### Setup SSL certificate -Before starting the environment it is required to provide an SSL certificate (or just generate one self-signed) and setup the basic auth. +Before starting the environment it is required to provide an SSL certificate (or just generate one self-signed). Documentation on how to provide these two can be found at [Wazuh Docer Documentation](https://documentation.wazuh.com/current/docker/wazuh-container.html#production-deployment).