Domain name for API request: ssl.intl.tencentcloudapi.com.
Submit payment certificate orders; This API does not maintain new features, and you can use the new API to submit orders. CertificateOrderSubmit.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: CommitCertificateInformation. |
Version | Yes | String | Common Params. The value used for this API: 2019-12-05. |
Region | No | String | Common Params. This parameter is not required for this API. |
CertificateId | Yes | String | Paid certificate id of materials to be submitted. |
VerifyType | No | String | Certificate domain name verification method:. DNS_AUTO: automatically adds domain dns verification, requiring user domain name resolution to be hosted on cloud dns and under the same tencent cloud account as the certificate application. DNS: manually add domain dns verification, which requires users to manually add verification values to the domain resolution service provider. FILE: manual addition of domain name file verification. requires the user to manually add a specified path file in the root directory of the domain site for file verification, and either http or https passing is acceptable; the domain site needs to be accessible by overseas ca institutions, with the specific access allowlist being: 64.78.193.238, 216.168.247.9, 216.168.249.9, 54.189.196.217. |
Parameter Name | Type | Description |
---|---|---|
OrderId | String | TrustAsia order ID |
Status | Integer | Certificate status. 0 : reviewing; 1 : approved; 2 : unapproved; 3 : expired; 4 : DNS record added; 5 : enterprise-grade certificate, pending submission; 6 : canceling order; 7 : canceled; 8 : information submitted, pending confirmation letter upload; 9 : revoking certificate; 10 : revoked; 11 : reissuing; 12 : pending revocation confirmation letter upload |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
Submit Certificate Order
POST / HTTP/1.1
Host: ssl.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CommitCertificateInformation
<Common request parameters>
{
"CertificateId": "hehj***jsj",
"VerifyType": "DNS"
}
{
"Response": {
"OrderId": "SO8zRv29",
"Status": 8,
"RequestId": "9b397ac6-7d01-4fbc-8acc-52dd6ff0877b"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.AuthError | You do not have permission to perform this operation. |
FailedOperation.CertificateInvalid | The certificate is invalid. |
FailedOperation.CertificateNotFound | The certificate does not exist. |
FailedOperation.InvalidCertificateStatusCode | The certificate status is incorrect. |
FailedOperation.InvalidParam | Incorrect parameters. |
FailedOperation.NetworkError | The CA system is busy. Try again later. |
FailedOperation.NoProjectPermission | You do not have the permission to operate on this project. |
FailedOperation.NoRealNameAuth | You have not completed the identity verification. |
InternalError | Internal error. |
InternalError.BackendResponseError | An error occurred with the backend service response. |