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
796e2cc1
Commit
796e2cc1
authored
Nov 11, 2016
by
neilpang
Browse files
fix shellcheck warnings
parent
7af784ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
796e2cc1
...
...
@@ -532,10 +532,10 @@ _createkey() {
if
_isEccKey
"
$length
"
;
then
_debug
"Using ec name:
$eccname
"
openssl ecparam
-name
$eccname
-genkey
2>/dev/null
>
"
$f
"
openssl ecparam
-name
"
$eccname
"
-genkey
2>/dev/null
>
"
$f
"
else
_debug
"Using RSA:
$length
"
openssl genrsa
$length
2>/dev/null
>
"
$f
"
openssl genrsa
"
$length
"
2>/dev/null
>
"
$f
"
fi
if
[
"
$?
"
!=
"0"
]
;
then
...
...
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