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
a290f63a
Commit
a290f63a
authored
Feb 23, 2021
by
Geert Hendrickx
Committed by
Alexander Kulumbeg
Mar 21, 2021
Browse files
No need to include EC parameters explicitly with the private key.
(they are embedded)
parent
d078ce79
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a290f63a
...
...
@@ -1124,7 +1124,7 @@ _createkey() {
if
_isEccKey
"
$length
"
;
then
_debug
"Using ec name:
$eccname
"
if
_opkey
=
"
$(
${
ACME_OPENSSL_BIN
:-
openssl
}
ecparam
-name
"
$eccname
"
-genkey
2>/dev/null
)
"
;
then
if
_opkey
=
"
$(
${
ACME_OPENSSL_BIN
:-
openssl
}
ecparam
-name
"
$eccname
"
-noout
-genkey
2>/dev/null
)
"
;
then
echo
"
$_opkey
"
>
"
$f
"
else
_err
"error ecc key name:
$eccname
"
...
...
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