The DELETE_TRUSTED_CERTIFICATE procedure removes a CA root certificate, preventing components such as an OBServer cluster or OMS that use certificates issued with this certificate from connecting to the cluster.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition does not support this feature.
Syntax
PROCEDURE DELETE_TRUSTED_CERTIFICATE(common_name VARCHAR(256));
Parameters
| Parameter | Description |
|---|---|
| common_name | The unique identifier of the certificate, used to distinguish between different certificates. |
Examples
obclient>CALL DBMS_TRUSTED_CERTIFICATE_MANAGER.DELETE_TRUSTED_CERTIFICATE('MySQL_Server_5.7.2_Auto_Geanrateed_C_Certificate');
Query OK, 0 rows affected
