Browse Source

Trvavis 10

pull/3286/head
Gerardo 5 years ago
committed by GitHub
parent
commit
23c097ac3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dnsapi/dns_aruba.sh

4
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

Loading…
Cancel
Save