mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:23 +00:00
10 lines
284 B
Markdown
10 lines
284 B
Markdown
# 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.2 .
|
|
```
|