Skip to content

Commit

Permalink
Add alias 'show-eku', for original command 'x509-eku'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Oct 22, 2023
1 parent 0d12f4e commit 2733622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ cmd_help() {
default-san <file_name_base>

Display EKU of certificate:
x509-eku <file_name_base>"
show-eku <file_name_base>"
;;
opts|options)
opt_usage
Expand Down Expand Up @@ -7326,7 +7326,7 @@ case "$cmd" in
verify_working_env
default_server_san "$@"
;;
x509-eku)
x509-eku|show-eku)
verify_working_env
ssl_cert_x509v3_eku "$@"
;;
Expand Down

0 comments on commit 2733622

Please sign in to comment.