Skip to content

Commit c43c6a9

Browse files
committed
docs: update gen-tls-key arguments
Add the newly added --keyfile command line option. Signed-off-by: Daniel Wagner <dwagner@suse.de>
1 parent 917f4fa commit c43c6a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/nvme-gen-tls-key.txt

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ SYNOPSIS
1616
[--identity=<id-vers> | -I <id-vers>]
1717
[--secret=<secret> | -s <secret>]
1818
[--insert | -i]
19+
[--keyfile=<keyfile> | -f <keyfile>]
1920
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
2021

2122
DESCRIPTION
@@ -81,6 +82,11 @@ OPTIONS
8182
Insert the resulting TLS key into the keyring without printing out
8283
the key in PSK interchange format.
8384

85+
-f <keyfile>
86+
--keyfile=<keyfile>
87+
Append the resulting TLS key to keyfile. This command line option is
88+
depending on --insert.
89+
8490
-o <fmt>::
8591
--output-format=<fmt>::
8692
Set the reporting format to 'normal', 'json' or 'binary'. Only one

0 commit comments

Comments
 (0)