Skip to content

Commit

Permalink
Merge branch 'fix-sc-case-warn' of ssh://github.com/TinCanTech/easy-r…
Browse files Browse the repository at this point in the history
…sa into TinCanTech-fix-sc-case-warn

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed Nov 22, 2022
2 parents f8a5f46 + a7e837c commit 68c7f63
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,7 @@ cmd_help() {

Set a new passphrase for the private key specified by <file_name_base>

NOTE: 'set-pass' replaces the following deprecated commands:

* set-rsa-pass <file_name_base> [ cmd-opts ]
* set-ec-pass <file_name_base> [ cmd-opts ]
* set-ed-pass <file_name_base> [ cmd-opts ]"
DEPRECATED: 'set-rsa-pass' and 'set-ec-pass'"

opts="
* nopass - use no password and leave the key unencrypted
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 68c7f63

Please sign in to comment.