Skip to content

Commit

Permalink
docs: update gen-tls-key arguments
Browse files Browse the repository at this point in the history
Add the newly added --keyfile command line option.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Oct 28, 2024
1 parent ef8426f commit 8b6097b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/nvme-gen-tls-key.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ SYNOPSIS
[--identity=<id-vers> | -I <id-vers>]
[--secret=<secret> | -s <secret>]
[--insert | -i]
[--keyfile=<keyfile> | -f <keyfile>]
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]

DESCRIPTION
Expand Down Expand Up @@ -81,6 +82,11 @@ OPTIONS
Insert the resulting TLS key into the keyring without printing out
the key in PSK interchange format.

-f <keyfile>
--keyfile=<keyfile>
Append the resulting TLS key to keyfile. This command line option is
depending on --insert.

-o <fmt>::
--output-format=<fmt>::
Set the reporting format to 'normal', 'json' or 'binary'. Only one
Expand Down

0 comments on commit 8b6097b

Please sign in to comment.