mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-08 15:52:44 +00:00
Travis 11
This commit is contained in:
parent
3eaf4c5f26
commit
f9131b703d
@ -106,10 +106,8 @@ _initAuth() {
|
|||||||
dns_aruba_add() {
|
dns_aruba_add() {
|
||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
|
|
||||||
#_debug _domain "$_domain"
|
#_debug _domain "$_domain"
|
||||||
#_sub_domain="_acme-challenge"
|
#_sub_domain="_acme-challenge"
|
||||||
|
|
||||||
if ! _initAuth; then
|
if ! _initAuth; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
@ -119,7 +117,6 @@ dns_aruba_add() {
|
|||||||
_err "invalid domain"
|
_err "invalid domain"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_info "Get domain details"
|
_info "Get domain details"
|
||||||
|
|
||||||
if ! _aruba_rest GET "api/domains/dns/$_domain/details" || _contains "$response" "error" || _contains "$response" "denied"; then
|
if ! _aruba_rest GET "api/domains/dns/$_domain/details" || _contains "$response" "error" || _contains "$response" "denied"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user