mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-31 20:13:41 +00:00
fix certs.yml path
This commit is contained in:
@@ -28,7 +28,7 @@ else
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cp /certificates/certs.yml /config.yml
|
cp /config/certs.yml /config.yml
|
||||||
|
|
||||||
chmod 700 /$CERT_TOOL
|
chmod 700 /$CERT_TOOL
|
||||||
|
|
||||||
|
|||||||
@@ -7,3 +7,4 @@ services:
|
|||||||
hostname: wazuh-certs-generator
|
hostname: wazuh-certs-generator
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
||||||
|
- ./config/certs.yml:/config/certs.yml
|
||||||
@@ -7,3 +7,4 @@ services:
|
|||||||
hostname: wazuh-certs-generator
|
hostname: wazuh-certs-generator
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
- ./config/wazuh_indexer_ssl_certs/:/certificates/
|
||||||
|
- ./config/certs.yml:/config/certs.yml
|
||||||
Reference in New Issue
Block a user