We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5604741 commit 39b1db8Copy full SHA for 39b1db8
Documentation/nvme-check-tls-key.txt
@@ -16,6 +16,7 @@ SYNOPSIS
16
[--output-format=<fmt> | -o <fmt>]
17
[--identity=<id-vers> | -I <id-vers>]
18
[--insert | -i ]
19
+ [--keyfile=<keyfile> | -f <keyfile>]
20
[--verbose | -v]
21
22
DESCRIPTION
@@ -61,6 +62,11 @@ OPTIONS
61
62
--insert:
63
Insert the derived 'retained' key in the keyring.
64
65
+-f <keyfile>
66
+--keyfile=<keyfile>
67
+ Append the resulting TLS key to keyfile. This command line option is
68
+ depending on --insert.
69
+
70
-o <fmt>::
71
--output-format=<fmt>::
72
Set the reporting format to 'normal', 'json' or 'binary'. Only one
0 commit comments