diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 22da62a72..54c851a36 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -40,6 +40,7 @@ A list of commands is shown below: revoke [ cmd-opts ] expire revoke-expired [ cmd-opts ] + revoke-renewed [ cmd-opts ] gen-crl update-db show-req [ cmd-opts ] @@ -200,33 +201,28 @@ Usage: easyrsa [ OPTIONS.. ] [ cmd-opts.. ]" * NOTE: To create an inline-file the output must be redirected. If the output is incomplete then an error is retruned." ;; - revoke) + revoke*) text=" * revoke [reason] +* revoke-expired [reason] +* revoke-renewed [reason] Revoke a certificate specified by the , - with an optional revocation reason which can be one of: + with an optional revocation [reason] which can be one of: unspecified keyCompromise CACompromise affiliationChanged superseded cessationOfOperation - certificateHold" - ;; - revoke-expired) - text=" -* revoke-expired [reason] + certificateHold - Revoke an *expired* certificate specified by the , - with an optional revocation reason which can be one of: - unspecified - keyCompromise - CACompromise - affiliationChanged - superseded - cessationOfOperation - certificateHold" + revoke-expired and revoke-renewed are functionally equivalent + to revoke, however, they are used to revoke certificates which + have been either 'expired' or 'renewed' by EasyRSA commands." + + opts=" + * [reason] - As shown above." ;; expire) text="