Skip to content

Commit

Permalink
Improve TLS Key generator command selection
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Jul 6, 2024
1 parent 12a840d commit 588042b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -5982,13 +5982,13 @@ case "$cmd" in
easyrsa_source_tools_lib

case "$cmd" in
gen-tls-auth)
gen-tls-auth|gen-tls-auth-*)
tls_key_gen auth "$@"
;;
gen-tls-crypt)
gen-tls-crypt|gen-tls-crypt-*)
tls_key_gen crypt "$@"
;;
gen-tls-cryptv2)
gen-tls-cryptv2|gen-tls-cryptv2-*)
tls_key_gen cryptv2 "$@"
;;
*)
Expand Down

0 comments on commit 588042b

Please sign in to comment.