|
@ -1282,7 +1282,7 @@ createDomainKey() { |
|
|
|
|
|
|
|
|
_initpath "$domain" "$_cdl" |
|
|
_initpath "$domain" "$_cdl" |
|
|
|
|
|
|
|
|
if [ ! -f "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ] ; then |
|
|
|
|
|
|
|
|
if [ ! -f "$CERT_KEY_PATH" ] || ([ "$FORCE" ] && ! [ "$IS_RENEW" ]) || [ "$Le_ForceNewDomainKey" = "1" ]; then |
|
|
if _createkey "$_cdl" "$CERT_KEY_PATH"; then |
|
|
if _createkey "$_cdl" "$CERT_KEY_PATH"; then |
|
|
_savedomainconf Le_Keylength "$_cdl" |
|
|
_savedomainconf Le_Keylength "$_cdl" |
|
|
_info "The domain key is here: $(__green $CERT_KEY_PATH)" |
|
|
_info "The domain key is here: $(__green $CERT_KEY_PATH)" |
|
@ -3176,7 +3176,6 @@ _regAccount() { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#Implement deactivate account |
|
|
#Implement deactivate account |
|
|
deactivateaccount() { |
|
|
deactivateaccount() { |
|
|
_initpath |
|
|
_initpath |
|
|