diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 5ff17ded6..714d01e48 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -40,7 +40,6 @@ A list of commands is shown below: revoke [ cmd-opts ] renew revoke-renewed [ cmd-opts ] - rewind-renew gen-crl update-db show-req [ cmd-opts ] @@ -222,17 +221,6 @@ cmd_help() { * renew Renew a certificate specified by " - ;; - rewind|rewind-renew) - text=" -* rewind-renew - - Rewind an EasyRSA version 3.0 'style' renewed certificate. - Once 'rewind' has completed the certificate can be revoked - by using: 'revoke-renewed [reason]' - - * NOTE: This does NOT 'unrenew' or 'unrevoke' a certificate. - Ref : https://github.com/OpenVPN/easy-rsa/issues/578" ;; gen-crl) text=" @@ -6941,10 +6929,6 @@ case "$cmd" in export EASYRSA_CERT_EXPIRE="$alias_days" renew "$@" ;; - rewind-renew) - verify_working_env - rewind_renew "$@" - ;; import-req) verify_working_env import_req "$@"