diff --git a/getssl b/getssl index 354378e..4e24f2b 100755 --- a/getssl +++ b/getssl @@ -1443,7 +1443,7 @@ fi # if there is an existing certificate file, check details. if [[ -s "$CERT_FILE" ]]; then debug "certificate $CERT_FILE exists" - if [[ "$RENEW_ALLOW" == "false" ]]; then + if [[ "$RENEW_ALLOW" == "false" ]] && [[ $_FORCE_RENEW -ne 1 ]]; then info "Auto-renewal disabled." graceful_exit else