debug environment details

This commit is contained in:
fwiegerinck 2025-01-13 01:05:51 +01:00
parent 6703755766
commit a64d440cfe

View File

@ -44,6 +44,7 @@ msg_ok "Generated CA secret in ${passwd_file} - ${CA_PASS}"
msg_info "Initialize CA"
env
DNS_FLAT=""
for DNS_ENTRY in ${CA_DNS[*]}; do
DNS_FLAT="$DNS_FLAT --dns=\"$DNS_ENTRY\""