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
| Displays tenant-level certificates for a particular tenant. |
| Displays cluster-level certificates. |
| Filters the list by the authenticated protocol:
|
| Displays an output page by its page number. This parameter is used only if |
| 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 |
+----+----------------------------------+-----------------------------------+------------------------+-----------+-------------------+---------------------------+-----------------------+