Revokes a client certificate or a server certificate.
Usage notes
After a client certificate or a server certificate is revoked, the client or the server on which the certificate is installed cannot establish HTTPS connections with other devices.
After the client certificate or the server certificate is revoked, you can call the DeleteClientCertificate operation to permanently delete the certificate.
Limits
You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | CreateRevokeClientCertificate |
The operation that you want to perform. Set the value to CreateRevokeClientCertificate. |
Identifier | String | Yes | 160ae6bb538d538c70c01f81dcf2**** |
The unique identifier of the client certificate or server certificate that you want to revoke. Note You can call the ListClientCertificate operation to query the unique identifiers of all client certificates and server certificates.
|
All Alibaba Cloud API operations must include common request parameters. For more information about common request parameters, see Common parameters.
For more information about sample requests, see the "Examples" section of this topic.
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
RequestId | String | 15C66C7B-671A-4297-9187-2C4477247A74 |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=CreateRevokeClientCertificate
&Identifier=160ae6bb538d538c70c01f81dcf2****
&Common request parameters
Sample success responses
XML
format
HTTP/1.1 200 OK
Content-Type:application/xml
<CreateRevokeClientCertificateResponse>
<RequestId>15C66C7B-671A-4297-9187-2C4477247A74</RequestId>
</CreateRevokeClientCertificateResponse>
JSON
format
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "15C66C7B-671A-4297-9187-2C4477247A74"
}
Error codes
For a list of error codes, visit the API Error Center.