mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-25 11:32:43 +00:00
Travis 9
This commit is contained in:
parent
31f57cd3be
commit
d14875fec8
@ -106,11 +106,13 @@ dns_aruba_add() {
|
|||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
|
|
||||||
|
_debug _domain "$_domain"
|
||||||
|
_sub_domain="_acme-challenge"
|
||||||
|
|
||||||
if ! _initAuth; then
|
if ! _initAuth; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
_debug _domain "$_domain"
|
|
||||||
_sub_domain="_acme-challenge"
|
|
||||||
_debug "Check if _acme-challenge record exists in " "$_domain"
|
_debug "Check if _acme-challenge record exists in " "$_domain"
|
||||||
if ! _extract_record_id "$_sub_domain.$_domain."; then
|
if ! _extract_record_id "$_sub_domain.$_domain."; then
|
||||||
_method="POST"
|
_method="POST"
|
||||||
@ -136,7 +138,7 @@ dns_aruba_add() {
|
|||||||
|
|
||||||
#fulldomain
|
#fulldomain
|
||||||
dns_aruba_rm() {
|
dns_aruba_rm() {
|
||||||
fulldomain=$1
|
#fulldomain=$1
|
||||||
txtvalue=$2
|
txtvalue=$2
|
||||||
|
|
||||||
if ! _initAuth; then
|
if ! _initAuth; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user