support Godaddy domaain api

This commit is contained in:
neil
2016-07-29 18:07:16 +08:00
parent 7a60c14b31
commit 30de13b4df
4 changed files with 155 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env sh
VER=2.3.2
VER=2.3.3
PROJECT_NAME="acme.sh"
@@ -640,6 +640,7 @@ _post() {
fi
_debug $httpmethod
_debug "url" "$url"
_debug2 "body" "$body"
if _exists "curl" ; then
_CURL="$CURL --dump-header $HTTP_HEADER "
_debug "_CURL" "$_CURL"
@@ -2217,6 +2218,12 @@ _initconf() {
#
#CX_Secret=\"sADDsdasdgdsf\"
#######################
#Godaddy.com:
#GD_Key=\"sdfdsgdgdfdasfds\"
#
#GD_Secret=\"sADDsdasdfsdfdssdgdsf\"
" > $ACCOUNT_CONF_PATH
fi
}