Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"docker-compose -f generate-indexer-certs.yml run --rm generator " command does not work #1501

Open
celinesantosh98 opened this issue Aug 22, 2024 · 2 comments

Comments

@celinesantosh98
Copy link

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

@owarz
Copy link

owarz commented Aug 27, 2024

because they wrote 5.0.0 in the docker compose file from memory, (but version 0.0.0.2) whereas the latest image 0.0.2 doesn't come even if you fix generate-indexer-certs.yml,

Here's how I overcame the problem

docker pull wazuh/wazuh-certs-generator:0.0.0.2

and then get the image id

image in generate-indexer-certs.yml

Example:

generator:
image: 60d428874d3a

@eksvu
Copy link

eksvu commented Aug 30, 2024

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

Попробуйте вот так

#1142 (comment)

У меня получилось создать сертификаты.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants