diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 3999d78..57e582c 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -351,11 +351,7 @@ cmd_help() { Set a new passphrase for the private key specified by - NOTE: 'set-pass' replaces the following deprecated commands: - - * set-rsa-pass [ cmd-opts ] - * set-ec-pass [ cmd-opts ] - * set-ed-pass [ cmd-opts ]" + DEPRECATED: 'set-rsa-pass' and 'set-ec-pass'" opts=" * nopass - use no password and leave the key unencrypted @@ -5266,8 +5262,7 @@ case "$cmd" in set-ec-pass) set_pass_legacy ec "$@" ;; - # Allow shellcheck to complain, 'set-pass' irregularity is understood - set-pass|set-ed-pass|set-rsa-pass|set-ec-pass) + set-pass|set-ed-pass) set_pass "$@" ;; update-db)