We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917f4fa commit c43c6a9Copy full SHA for c43c6a9
Documentation/nvme-gen-tls-key.txt
@@ -16,6 +16,7 @@ SYNOPSIS
16
[--identity=<id-vers> | -I <id-vers>]
17
[--secret=<secret> | -s <secret>]
18
[--insert | -i]
19
+ [--keyfile=<keyfile> | -f <keyfile>]
20
[--output-format=<fmt> | -o <fmt>] [--verbose | -v]
21
22
DESCRIPTION
@@ -81,6 +82,11 @@ OPTIONS
81
82
Insert the resulting TLS key into the keyring without printing out
83
the key in PSK interchange format.
84
85
+-f <keyfile>
86
+--keyfile=<keyfile>
87
+ Append the resulting TLS key to keyfile. This command line option is
88
+ depending on --insert.
89
+
90
-o <fmt>::
91
--output-format=<fmt>::
92
Set the reporting format to 'normal', 'json' or 'binary'. Only one
0 commit comments