Skip to content

Commit 39b1db8

Browse files
committed
docs: update check-tls-key arguments
Add the newly added --keyfile command line option. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 5604741 commit 39b1db8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/nvme-check-tls-key.txt

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

2122
DESCRIPTION
@@ -61,6 +62,11 @@ OPTIONS
6162
--insert:
6263
Insert the derived 'retained' key in the keyring.
6364

65+
-f <keyfile>
66+
--keyfile=<keyfile>
67+
Append the resulting TLS key to keyfile. This command line option is
68+
depending on --insert.
69+
6470
-o <fmt>::
6571
--output-format=<fmt>::
6672
Set the reporting format to 'normal', 'json' or 'binary'. Only one

0 commit comments

Comments
 (0)