Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
64258350
Commit
64258350
authored
Mar 09, 2016
by
Neil
Browse files
Merge pull request #90 from Fabian-Gruenbichler/update_initconf
Update initconf
parents
b86869a0
3d49985a
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
64258350
...
...
@@ -1140,6 +1140,7 @@ _initconf() {
echo
"#Account configurations:
#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_KEY_PATH=
\"
/path/to/account.key
\"
#STAGE=1 # Use the staging api
#FORCE=1 # Force to issue cert
...
...
@@ -1149,22 +1150,22 @@ _initconf() {
#######################
#Cloudflare:
#api key
#CF_Key="
sdfsdfsdfljlbjkljlkjsdfoiwje
"
#CF_Key=
\
"
sdfsdfsdfljlbjkljlkjsdfoiwje
\
"
#account email
#CF_Email="
xxxx@sss.com
"
#CF_Email=
\
"
xxxx@sss.com
\
"
#######################
#Dnspod.cn:
#api key id
#DP_Id="
1234
"
#DP_Id=
\
"
1234
\
"
#api key
#DP_Key="
sADDsdasdgdsf
"
#DP_Key=
\
"
sADDsdasdgdsf
\
"
#######################
#Cloudxns.com:
#CX_Key="
1234
"
#CX_Key=
\
"
1234
\
"
#
#CX_Secret="
sADDsdasdgdsf
"
#CX_Secret=
\
"
sADDsdasdgdsf
\
"
"
>
$ACCOUNT_CONF_PATH
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment