mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:20 +00:00
10 lines
325 B
YAML
10 lines
325 B
YAML
# Wazuh App Copyright (C) 2017, Wazuh Inc. (License GPLv2)
|
|
services:
|
|
generator:
|
|
image: wazuh/wazuh-certs-generator:0.0.3
|
|
hostname: wazuh-certs-generator
|
|
environment:
|
|
- CERT_TOOL_VERSION=4.14
|
|
volumes:
|
|
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
|
- ./config/certs.yml:/config/certs.yml |