Note
The view was introduced in V4.3.0.
Description
The DBA_OB_TRUSTED_ROOT_CERTIFICATE view lists the CA root certificates trusted by the OBServer cluster and the expiration time of the certificates.
Field description
| Field | Type | NULL? | Description |
|---|---|---|---|
| COMMON_NAME | varchar(256) | NO | The common name of the certificate. |
| DESCRIPTION | varchar(256) | NO | A description of the certificate source and usage. |
| CERT_EXPIRED_TIME | timestamp(6) | NO | The expiration time of the certificate. |
Examples
obclient [oceanbase]> SELECT * FROM oceanbase.DBA_OB_TRUSTED_ROOT_CERTIFICATE;