From 39b1db8598c19c4dc074fa837e15f016d3a6915f Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Wed, 30 Oct 2024 13:05:45 +0100 Subject: [PATCH] docs: update check-tls-key arguments Add the newly added --keyfile command line option. Signed-off-by: Daniel Wagner --- Documentation/nvme-check-tls-key.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/nvme-check-tls-key.txt b/Documentation/nvme-check-tls-key.txt index 2df4fcad..45329302 100644 --- a/Documentation/nvme-check-tls-key.txt +++ b/Documentation/nvme-check-tls-key.txt @@ -16,6 +16,7 @@ SYNOPSIS [--output-format= | -o ] [--identity= | -I ] [--insert | -i ] + [--keyfile= | -f ] [--verbose | -v] DESCRIPTION @@ -61,6 +62,11 @@ OPTIONS --insert: Insert the derived 'retained' key in the keyring. +-f +--keyfile= + Append the resulting TLS key to keyfile. This command line option is + depending on --insert. + -o :: --output-format=:: Set the reporting format to 'normal', 'json' or 'binary'. Only one -- 2.50.1