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
96c4bb7f
Commit
96c4bb7f
authored
Feb 27, 2017
by
neil
Committed by
GitHub
Feb 27, 2017
Browse files
Merge pull request #677 from Neilpang/dev
fix
https://github.com/Neilpang/acme.sh/issues/667#issuecomment-28262…
parents
79eb8e2b
81532f37
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
96c4bb7f
...
...
@@ -927,6 +927,15 @@ _createkey() {
_debug
"Use length
$length
"
if
!
touch
"
$f
"
>
/dev/null 2>&1
;
then
_f_path
=
"
$(
dirname
"
$f
"
)
"
_debug _f_path
"
$_f_path
"
if
!
mkdir
-p
"
$_f_path
"
;
then
_err
"Can not create path:
$_f_path
"
return
1
fi
fi
if
_isEccKey
"
$length
"
;
then
_debug
"Using ec name:
$eccname
"
$ACME_OPENSSL_BIN
ecparam
-name
"
$eccname
"
-genkey
2>/dev/null
>
"
$f
"
...
...
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