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
799e4020
Unverified
Commit
799e4020
authored
Mar 04, 2023
by
neil
Committed by
GitHub
Mar 04, 2023
Browse files
Merge pull request #4536 from acmesh-official/dev
sync
parents
132d5e82
ce629e8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
799e4020
...
...
@@ -2873,7 +2873,7 @@ _initpath() {
if
_isEccKey
"
$_ilength
"
;
then
DOMAIN_PATH
=
"
$domainhomeecc
"
el
se
el
if
[
-z
"
$__SELECTED_RSA_KEY
"
]
;
then
if
[
!
-d
"
$domainhome
"
]
&&
[
-d
"
$domainhomeecc
"
]
;
then
_info
"The domain '
$domain
' seems to have a ECC cert already, lets use ecc cert."
DOMAIN_PATH
=
"
$domainhomeecc
"
...
...
@@ -7518,6 +7518,9 @@ _process() {
--keylength
|
-k
)
_keylength
=
"
$2
"
shift
if
[
"
$_keylength
"
]
&&
!
_isEccKey
"
$_keylength
"
;
then
export
__SELECTED_RSA_KEY
=
1
fi
;;
-ak
|
--accountkeylength
)
_accountkeylength
=
"
$2
"
...
...
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