mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
Merge pull request #90 from Fabian-Gruenbichler/update_initconf
Update initconf
This commit is contained in:
commit
6425835067
13
le.sh
13
le.sh
@ -1140,6 +1140,7 @@ _initconf() {
|
|||||||
echo "#Account configurations:
|
echo "#Account configurations:
|
||||||
#Here are the supported macros, uncomment them to make them take effect.
|
#Here are the supported macros, uncomment them to make them take effect.
|
||||||
#ACCOUNT_EMAIL=aaa@aaa.com # the account email used to register account.
|
#ACCOUNT_EMAIL=aaa@aaa.com # the account email used to register account.
|
||||||
|
#ACCOUNT_KEY_PATH=\"/path/to/account.key\"
|
||||||
|
|
||||||
#STAGE=1 # Use the staging api
|
#STAGE=1 # Use the staging api
|
||||||
#FORCE=1 # Force to issue cert
|
#FORCE=1 # Force to issue cert
|
||||||
@ -1149,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