File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -7082,36 +7082,27 @@ case "$cmd" in
7082
7082
7083
7083
case "$cmd" in
7084
7084
renew-ca)
7085
- [ "$tools_error" ] && user_error "$tools_error_txt"
7086
7085
[ -z "$alias_days" ] || \
7087
7086
export EASYRSA_CA_EXPIRE="$alias_days"
7088
7087
renew_ca_cert "$@"
7089
7088
;;
7090
7089
renew)
7091
- [ "$tools_error" ] && user_error "$tools_error_txt
7092
-
7093
- A certificate can be renewed without EasyRSA Tools. Expire the certificate
7094
- using command 'expire' and sign the original request with 'sign-req'."
7095
7090
[ -z "$alias_days" ] || \
7096
7091
export EASYRSA_CERT_EXPIRE="$alias_days"
7097
7092
renew "$@"
7098
7093
;;
7099
7094
show-expire)
7100
- [ "$tools_error" ] && user_error "$tools_error_txt"
7101
7095
[ -z "$alias_days" ] || \
7102
7096
export EASYRSA_PRE_EXPIRY_WINDOW="$alias_days"
7103
7097
status expire "$@"
7104
7098
;;
7105
7099
show-revoke)
7106
- [ "$tools_error" ] && user_error "$tools_error_txt"
7107
7100
status revoke "$@"
7108
7101
;;
7109
7102
show-renew)
7110
- [ "$tools_error" ] && user_error "$tools_error_txt"
7111
7103
status renew "$@"
7112
7104
;;
7113
7105
verify-cert)
7114
- [ "$tools_error" ] && user_error "$tools_error_txt"
7115
7106
# Called with --batch, this will return error
7116
7107
# when the certificate fails verification.
7117
7108
# Therefore, on error, exit with error.
@@ -7124,8 +7115,6 @@ using command 'expire' and sign the original request with 'sign-req'."
7124
7115
gen-tls-*)
7125
7116
verify_working_env
7126
7117
7127
- [ "$tools_error" ] && user_error "$tools_error_txt"
7128
-
7129
7118
case "$cmd" in
7130
7119
gen-tls-auth|gen-tls-auth-*)
7131
7120
tls_key_gen tls-auth "$@"
You can’t perform that action at this time.
0 commit comments