mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-30 07:22:44 +00:00
Added comments
This commit is contained in:
parent
fab292d2de
commit
65c3dc21f4
@ -16,8 +16,8 @@ Author: Darven Dissek, William Gertz
|
|||||||
#Usage: dns_miab_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
|
#Usage: dns_miab_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"
|
||||||
dns_miab_add() {
|
dns_miab_add() {
|
||||||
fulldomain=$1
|
fulldomain=$1
|
||||||
|
# Added "value=" and "&ttl=300" to accomodate the new TXT record format used by the MIAB API
|
||||||
txtvalue="value="$2"&ttl=300"
|
txtvalue="value="$2"&ttl=300"
|
||||||
# Added to accomodate the new TXT record format used by the API to include value= and ttl=
|
|
||||||
_info "Using miab challenge add"
|
_info "Using miab challenge add"
|
||||||
_debug fulldomain "$fulldomain"
|
_debug fulldomain "$fulldomain"
|
||||||
_debug txtvalue $txtvalue
|
_debug txtvalue $txtvalue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user