Show Device Certificate Expiry Time

You can view the status of device certificates and their expiry time.

About this task

Follow this procedure to check the status and expiry time of device certificates.

During the registration process, devices are equipped with certificates that are used for connectivity logging. These certificates hold important information such as their type, expiration date, and status, including whether they are synchronized with XCO certificates. These details are particularly useful when debugging connectivity issues.

Procedure

To show the device certificate status including expiration time, run the following command:
efa certificate device expiry show
Note

Note

For information about commands and supported parameters to see ExtremeCloud Orchestrator Command Reference, 3.5.0 .

Example

efa certificate device expiry show  --ip 10.139.44.147
+---------------+----------+-------------------------------+------------------------+---------+
|      IP       |   Type   |            Expiry             | EFA/Device Sync Status | Status  |
+---------------+----------+-------------------------------+------------------------+---------+
| 10.139.44.147 |  HTTPS   | 2025-08-06 18:11:47 +0000 GMT |        In Sync         | Success |
+---------------+----------+-------------------------------+------------------------+---------+
| 10.139.44.147 | SyslogCA | 2033-09-03 17:58:17 +0000 GMT |        In Sync         | Success |
+---------------+----------+-------------------------------+------------------------+---------+
| 10.139.44.147 |  OAuth2  | 2033-09-03 18:07:50 +0000 GMT |        In Sync         | Success |
+---------------+----------+-------------------------------+------------------------+---------+
Device Certificate Expiry Show
--- Time Elapsed: 53.13444312s ---