mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-16 15:14:01 +08:00
Convert domain to lower case, needed for Constellix REST API
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user