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
ce629e8e
Commit
ce629e8e
authored
Mar 04, 2023
by
neil
Browse files
fix typo
parent
20cfc4ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
ce629e8e
...
@@ -2873,7 +2873,7 @@ _initpath() {
...
@@ -2873,7 +2873,7 @@ _initpath() {
if
_isEccKey
"
$_ilength
"
;
then
if
_isEccKey
"
$_ilength
"
;
then
DOMAIN_PATH
=
"
$domainhomeecc
"
DOMAIN_PATH
=
"
$domainhomeecc
"
elif
[
-z
"
$__SELECTED_RSA_KEY
"
]
elif
[
-z
"
$__SELECTED_RSA_KEY
"
]
;
then
if
[
!
-d
"
$domainhome
"
]
&&
[
-d
"
$domainhomeecc
"
]
;
then
if
[
!
-d
"
$domainhome
"
]
&&
[
-d
"
$domainhomeecc
"
]
;
then
_info
"The domain '
$domain
' seems to have a ECC cert already, lets use ecc cert."
_info
"The domain '
$domain
' seems to have a ECC cert already, lets use ecc cert."
DOMAIN_PATH
=
"
$domainhomeecc
"
DOMAIN_PATH
=
"
$domainhomeecc
"
...
...
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