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
a2af2663
Commit
a2af2663
authored
Dec 04, 2022
by
neil
Browse files
use ecc cert
parent
63869dee
Changes
1
Hide whitespace changes
Inline
Side-by-side
acme.sh
View file @
a2af2663
...
@@ -2857,7 +2857,8 @@ _initpath() {
...
@@ -2857,7 +2857,8 @@ _initpath() {
DOMAIN_PATH
=
"
$domainhomeecc
"
DOMAIN_PATH
=
"
$domainhomeecc
"
else
else
if
[
!
-d
"
$domainhome
"
]
&&
[
-d
"
$domainhomeecc
"
]
;
then
if
[
!
-d
"
$domainhome
"
]
&&
[
-d
"
$domainhomeecc
"
]
;
then
_info
"The domain '
$domain
' seems to have a ECC cert already, please add '
$(
__red
"--ecc"
)
' parameter if you want to use that cert."
_info
"The domain '
$domain
' seems to have a ECC cert already, lets use ecc cert."
DOMAIN_PATH
=
"
$domainhomeecc
"
fi
fi
fi
fi
_debug DOMAIN_PATH
"
$DOMAIN_PATH
"
_debug DOMAIN_PATH
"
$DOMAIN_PATH
"
...
...
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