The DELETE_TRUSTED_CERTIFICATE procedure deletes the trusted root CA certificate for a cluster. After the deletion, components such as OceanBase clusters and OceanBase Migration Service (OMS) that use the digital certificates issued by using this root certificate can no longer connect to the target cluster.
Applicability
This topic applies only to OceanBase Database Enterprise Edition. OceanBase Database Community Edition provides only MySQL mode.
Syntax
PROCEDURE DELETE_TRUSTED_CERTIFICATE(common_name VARCHAR(256));
Parameters
| Parameter | Description |
|---|---|
| common_name | The unique identifier of the certificate. |
Examples
obclient>CALL DBMS_TRUSTED_CERTIFICATE_MANAGER.DELETE_TRUSTED_CERTIFICATE('MySQL_Server_5.7.2_Auto_Geanrateed_C_Certificate');
Query OK, 0 rows affected