use ecc cert

This commit is contained in:
neil 2022-12-04 15:05:30 +08:00
parent 63869deeb2
commit a2af26635f
1 changed files with 2 additions and 1 deletions

View File

@ -2857,7 +2857,8 @@ _initpath() {
DOMAIN_PATH="$domainhomeecc"
else
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
_debug DOMAIN_PATH "$DOMAIN_PATH"