Gerardo
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
3 deletions
-
dnsapi/dns_aruba.sh
|
@ -103,12 +103,10 @@ _initAuth() { |
|
|
|
|
|
|
|
|
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
|
|
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
|
|
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 |
|
|