#!/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