2
0
mirror of https://github.com/acmesh-official/acme.sh synced 2025-08-22 18:07:19 +00:00

Convert domain to lower case, needed for Constellix REST API

This commit is contained in:
wout 2025-08-12 19:04:19 +02:00
parent 1b5e66f9c2
commit ab22c8ca1c

View File

@ -117,7 +117,7 @@ dns_constellix_rm() {
#################### Private functions below ##################################
_get_root() {
domain=$1
domain=$(echo "$1" | _lower_case)
i=2
p=1
_debug "Detecting root zone"