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

Fix documentation for README.md about certificates generator #1468

Open
vcerenu opened this issue Jul 30, 2024 · 0 comments
Open

Fix documentation for README.md about certificates generator #1468

vcerenu opened this issue Jul 30, 2024 · 0 comments

Comments

@vcerenu
Copy link
Member

vcerenu commented Jul 30, 2024

The README.md file used to create the image used in the certificate generation process has the wrong version tag that is currently used in version 4.8

indexer-certs-creator/README.md file:

# Certificate creation image build
The dockerfile hosted in this directory is used to build the image used to boot Wazuh's single node and multi node stacks.
To create the image, the following command must be executed:
```
$ docker build -t wazuh/wazuh-certs-generator:0.0.1 .
```

Certificate Generation Script:

# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
version: '3'
services:
generator:
image: wazuh/wazuh-certs-generator:0.0.2
hostname: wazuh-certs-generator
volumes:
- ./config/wazuh_indexer_ssl_certs/:/certificates/
- ./config/certs.yml:/config/certs.yml

The README.md file version must be corrected to correctly build the image

@CarlosALgit CarlosALgit changed the title Fix documentation for README,md about certificates geerator Fix documentation for README.md about certificates generator Jul 30, 2024
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

1 participant