mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-10-23 04:51:57 +00:00
11 lines
344 B
Bash
11 lines
344 B
Bash
#!/bin/bash
|
|
# Wazuh Docker Copyright (C) 2019 Wazuh Inc. (License GPLv2)
|
|
|
|
##############################################################################
|
|
# Decrypt credentials.
|
|
# If the CA key is encrypted, it must be decrypted for later use.
|
|
##############################################################################
|
|
|
|
echo "TO DO"
|
|
|
|
# TO DO |