mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
This commit is contained in:
parent
cb8b341fb4
commit
20cfc4ac66
5
acme.sh
5
acme.sh
@ -2873,7 +2873,7 @@ _initpath() {
|
|||||||
|
|
||||||
if _isEccKey "$_ilength"; then
|
if _isEccKey "$_ilength"; then
|
||||||
DOMAIN_PATH="$domainhomeecc"
|
DOMAIN_PATH="$domainhomeecc"
|
||||||
else
|
elif [ -z "$__SELECTED_RSA_KEY" ]
|
||||||
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"
|
||||||
@ -7518,6 +7518,9 @@ _process() {
|
|||||||
--keylength | -k)
|
--keylength | -k)
|
||||||
_keylength="$2"
|
_keylength="$2"
|
||||||
shift
|
shift
|
||||||
|
if [ "$_keylength" ] && ! _isEccKey "$_keylength"; then
|
||||||
|
export __SELECTED_RSA_KEY=1
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
-ak | --accountkeylength)
|
-ak | --accountkeylength)
|
||||||
_accountkeylength="$2"
|
_accountkeylength="$2"
|
||||||
|
Loading…
Reference in New Issue
Block a user