Skip to content

Commit

Permalink
Remove 'rewind-renew' command interface and help only
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 7, 2023
1 parent d6953cc commit 1b3b75b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ A list of commands is shown below:
revoke <file_name_base> [ cmd-opts ]
renew <file_name_base>
revoke-renewed <file_name_base> [ cmd-opts ]
rewind-renew <certificate_serial_number>
gen-crl
update-db
show-req <file_name_base> [ cmd-opts ]
Expand Down Expand Up @@ -222,17 +221,6 @@ cmd_help() {
* renew <file_name_base>

Renew a certificate specified by <file_name_base>"
;;
rewind|rewind-renew)
text="
* rewind-renew <certificate_serial_number>

Rewind an EasyRSA version 3.0 'style' renewed certificate.
Once 'rewind' has completed the certificate can be revoked
by using: 'revoke-renewed <file_name_base> [reason]'

* NOTE: This does NOT 'unrenew' or 'unrevoke' a certificate.
Ref : https://github.com/OpenVPN/easy-rsa/issues/578"
;;
gen-crl)
text="
Expand Down Expand Up @@ -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 "$@"
Expand Down

0 comments on commit 1b3b75b

Please sign in to comment.