| NVME-CHECK-TLS-KE(1) | NVMe Manual | NVME-CHECK-TLS-KE(1) |
NAME
nvme-check-tls-key - Check a NVMe TLS PSK (deprecated)
SYNOPSIS
nvme [<global-options>] check-tls-key [--keyring=<name> | -k <name>]
[--keytype=<type> | -t <type>]
[--hostnqn=<nqn> | -n <nqn>]
[--subsysnqn=<nqn> | -c <nqn>]
[--keydata=<key> | -d <key>]
[--identity=<id-vers> | -I <id-vers>]
[--compat | -C]
DESCRIPTION
Deprecated alias for nvme-keys-check-tls-psk(1), kept for scripts written against nvme-cli versions older than 3.0, with two differences from nvme-cli 2.x:
New scripts should use nvme keys check-tls-psk instead. This alias prints a deprecation warning on stderr and may be removed in a future release.
See nvme-keys-check-tls-psk(1) for the full option reference.
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
| 09/18/2026 | NVMe |