table of contents
- trixie 2.13-2
- testing 2.16-1
- unstable 2.16-1
- experimental 3.1-1
| NVME-TLS-KEY(1) | NVMe Manual | NVME-TLS-KEY(1) |
NAME¶
nvme-tls-key - Manage NVMe TLS PSKs (deprecated)
SYNOPSIS¶
nvme [<global-options>] tls-key [--keyring=<name> | -k <name>]
[--keytype=<type> | -t <type>]
[--keyfile=<file> | -f <file>]
[--import | -i] [--export | -e]
[--revoke=<description> | -r <description>]
DESCRIPTION¶
Deprecated command kept for scripts written against nvme-cli versions older than 3.0. Exactly one of --import, --export, or --revoke must be given; based on which mode is selected, this alias translates the command into the equivalent new keys plugin subcommand and forwards to it:
Only the options relevant to the selected mode are meaningful; e.g. --keytype has no effect with --import or --export since the new import/export subcommands no longer take a key type. This command does not derive or insert a TLS PSK from a configured PSK — use nvme-keys-gen-tls-psk(1) or nvme-keys-insert-tls-psk(1) for that.
New scripts should call nvme keys import, nvme keys export, or nvme keys revoke directly instead. This alias prints a deprecation warning on stderr and may be removed in a future release.
OPTIONS¶
-k <name>, --keyring=<name>
-t <type>, --keytype=<type>
-f <file>, --keyfile=<file>
-i, --import
-e, --export
-r <description>, --revoke=<description>
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
No Examples
NVME¶
Part of the nvme-user suite
SEE ALSO¶
nvme-keys-import(1), nvme-keys-export(1), nvme-keys-revoke(1)
| 09/19/2026 | NVMe |