linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 637 forks source link

nvme: add support to revoke TLS key #2387

Closed igaw closed 6 days ago

igaw commented 2 weeks ago

Add support to nvme-cli to remove TLS keys from a keyring.

I've decided to add the remove option to the tls-key command because adding it to gen-tls-key or check-tls-key seems wrong. tls-key support import/export operation while the other two command name indicate for what they are should be used. The import option for check-tls-key is already wrong IMO. But let's keep it for backwards compatibility.

Fixes: #2365

Depends: https://github.com/linux-nvme/libnvme/pull/856