mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-19 16:46:08 +00:00
support Godaddy domaain api
This commit is contained in:
9
acme.sh
9
acme.sh
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user