wazuh-docker
wazuh-docker copied to clipboard
"docker-compose -f generate-indexer-certs.yml run --rm generator " command does not work
Hi
I am trying to install wazuh on linux Virtual PC which is behind a http proxy. "docker-compose -f generate-indexer-certs.yml run --rm generator " this command doesn't work as it throws error The tool to create the certificates does not exist in any bucket. Then I entered the docker container and tried to run random curl command and it didn't work which means the env variables were not set properly. SO I manually exported env variables inside docker container then ran entry point.sh script to complete the execution. Still it throws the same error .
Thanks Celine