forked from wazuh/wazuh-docker
14 lines
387 B
Bash
14 lines
387 B
Bash
#!/bin/bash
|
|
# Wazuh App Copyright (C) 2019 Wazuh Inc. (License GPLv2)
|
|
|
|
##############################################################################
|
|
# Kibana certs and keystore management
|
|
##############################################################################
|
|
|
|
if [[ $SECURITY_ENABLED == "yes" ]]; then
|
|
|
|
|
|
echo "CERTS_MANAGEMENT - Create certificates. TO DO."
|
|
# TO DO
|
|
|
|
fi |