tlscertificate list

Prev Next

This command displays all TLS certificates uploaded to the VMS.

Usage

tlscertificate list  [--tenant-id]
                     [--global-certificates]
                     [--protocol NFS|KAFKA]
                     [--page PAGE#]
                     [--page-size SIZE]

Options

--tenant-id

Displays tenant-level certificates for a particular tenant.

--global-certificates

Displays cluster-level certificates.

--protocol NFS|KAFKA

Filters the list by the authenticated protocol:

  • NFS for NFSv3 and NFSv4 connections.

  • KAFKA for third-party event brokers.

--page PAGE#

Displays an output page by its page number. This parameter is used only if page-size is set.

--page-size SIZE

Sets the maximum number of entries to display per output page.

Example

vcli: admin> tlscertificate list
+----+----------------------------------+-----------------------------------+------------------------+-----------+-------------------+---------------------------+-----------------------+
| Id | Created                          | Tenant                            | Tenant-associate-param | Protocols | Revocations-exist | Expires-on                | Revocations-expire-on |
+----+----------------------------------+-----------------------------------+------------------------+-----------+-------------------+---------------------------+-----------------------+
| 14 | 2025-12-19 09:22:42.800466+00:00 | {'id': 3, 'name': 'test-tenant1'} | 4.4.4                  | ['NFS']   | False             | 2026-12-11 10:27:17+00:00 | None                  |
+----+----------------------------------+-----------------------------------+------------------------+-----------+-------------------+---------------------------+-----------------------+