From 2b9e1a6f8991fd78d6e2ab3c172d705af3cf3ed6 Mon Sep 17 00:00:00 2001 From: jcruzlp Date: Tue, 27 Apr 2021 12:39:04 +0200 Subject: [PATCH] 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).