Merge branch 'fix-sc-case-warn' of ssh://github.com/TinCanTech/easy-rsa into TinCanTech-fix-sc-case-warn

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-11-22 16:37:34 +00:00
commit 68c7f63773
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -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
@ -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)