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
31a5487c
Commit
31a5487c
authored
Aug 13, 2016
by
neil
Browse files
fix dual certs
parent
43822d37
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
31a5487c
...
...
@@ -84,14 +84,14 @@ _err_e() {
_err
()
{
printf
--
"[
$(
date
)
] "
>
&2
_err_e
"
$@
"
printf
"
\n
"
printf
"
\n
"
>
&2
return
1
}
_usage
()
{
version
_err_e
"
$@
"
printf
"
\n
"
printf
"
\n
"
>
&2
}
_debug
()
{
...
...
@@ -105,7 +105,7 @@ _debug() {
printf
--
"[
$(
date
)
]
$1
='
$2
'"
>
&2
fi
printf
"
\n
"
printf
"
\n
"
>
&2
return
0
}
...
...
@@ -546,7 +546,7 @@ createAccountKey() {
return
else
#generate account key
_createkey
$length
"
$ACCOUNT_KEY_PATH
"
_createkey
"
$length
"
"
$ACCOUNT_KEY_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