mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
remove cookiejar file
d'oh
This commit is contained in:
parent
d1d2f6f451
commit
1cb6e9e7d0
@ -13,7 +13,6 @@ DO_URL="https://soap.resellerinterface.de/"
|
||||
dns_do_add() {
|
||||
fulldomain=$1
|
||||
txtvalue=$2
|
||||
_cookiejar="$(_mktemp)"
|
||||
if _dns_do_authenticate; then
|
||||
_info "Adding TXT record to ${_domain} as ${fulldomain}"
|
||||
_dns_do_soap createRR origin "${_domain}" name "${fulldomain}" type TXT data "${txtvalue}" ttl 300
|
||||
|
Loading…
Reference in New Issue
Block a user