diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index b28ac3985..18a096d2b 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -50,7 +50,7 @@ Here is the list of commands available with a short syntax reminder. Use the show-expire (Optional) show-revoke (Optional) show-renew (Optional) - verify + verify-cert import-req export-p1 [ cmd-opts ] export-p7 [ cmd-opts ] @@ -279,16 +279,16 @@ cmd_help() { Shows details of renewed certificates, which have not been revoked Optionally, check *only* certificate" ;; - verify) + verify|verify-cert) text=" -* verify [ cmd-opts ] +* verify-cert [ cmd-opts ] Verify certificate against CA Returns the current validity of the certificate." opts=" - * batch - On failure to verify, return error (1) to calling program" + * batch - On failure to verify, return error (1) to caller" ;; import-req) text=" @@ -5620,7 +5620,7 @@ case "$cmd" in show-ca) show_ca "$@" ;; - verify) + verify|verify-cert) verify_cert "$@" ;; show-expire)