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.1 .
|
|
```
|