Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
4cee14f3
Commit
4cee14f3
authored
Jun 17, 2017
by
neilpang
Browse files
fix format
parent
48d9a8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
4cee14f3
...
@@ -2174,7 +2174,7 @@ __initHome() {
...
@@ -2174,7 +2174,7 @@ __initHome() {
_initAPI() {
_initAPI() {
_api_server="${1:-$ACME_DIRECTORY}"
_api_server="${1:-$ACME_DIRECTORY}"
_debug "_init api for server: $_api_server"
_debug "_init api for server: $_api_server"
if [ "$_api_server" = "$DEFAULT_CA" ]; then
if [ "$_api_server" = "$DEFAULT_CA" ]; then
#just for performance, hardcode the default entry points
#just for performance, hardcode the default entry points
export ACME_KEY_CHANGE="https://acme-v01.api.letsencrypt.org/acme/key-change"
export ACME_KEY_CHANGE="https://acme-v01.api.letsencrypt.org/acme/key-change"
...
...
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