mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
update _initconf proper " escaping
This commit is contained in:
parent
5fd3f21b1f
commit
3d49985af8
12
le.sh
12
le.sh
@ -1150,22 +1150,22 @@ _initconf() {
|
|||||||
#######################
|
#######################
|
||||||
#Cloudflare:
|
#Cloudflare:
|
||||||
#api key
|
#api key
|
||||||
#CF_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
#CF_Key=\"sdfsdfsdfljlbjkljlkjsdfoiwje\"
|
||||||
#account email
|
#account email
|
||||||
#CF_Email="xxxx@sss.com"
|
#CF_Email=\"xxxx@sss.com\"
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
#Dnspod.cn:
|
#Dnspod.cn:
|
||||||
#api key id
|
#api key id
|
||||||
#DP_Id="1234"
|
#DP_Id=\"1234\"
|
||||||
#api key
|
#api key
|
||||||
#DP_Key="sADDsdasdgdsf"
|
#DP_Key=\"sADDsdasdgdsf\"
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
#Cloudxns.com:
|
#Cloudxns.com:
|
||||||
#CX_Key="1234"
|
#CX_Key=\"1234\"
|
||||||
#
|
#
|
||||||
#CX_Secret="sADDsdasdgdsf"
|
#CX_Secret=\"sADDsdasdgdsf\"
|
||||||
|
|
||||||
" > $ACCOUNT_CONF_PATH
|
" > $ACCOUNT_CONF_PATH
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user