Purchases, applies for, and issues a domain validated (DV) certificate by using a custom certificate signing request (CSR) file. You can use extended certificate services to purchase and apply for a DV certificate with a few clicks.
Operation description
- You can use this operation to apply for only a domain validated (DV) certificate. You cannot use this operation to apply for an organization validated (OV) certificate. We recommend that you use the CreateCertificateForPackageRequest operation to apply for a certificate. You can use the CreateCertificateForPackageRequest operation to apply for certificates of all types and specify the CSR generation method.
- Before you call this operation, make sure that you have purchased a certificate resource plan of the required specifications. For more information about how to purchase a certificate resource plan, see Purchase a certificate resource plan. You can call the DescribePackageState operation to query the usage of a certificate resource plan of specified specifications, including the total number of certificate resource plans that you purchase, the number of certificate applications that you submit, and the number of certificates that are issued.
- When you call this operation, you can use the ProductCode parameter to specify the specifications of the certificate that you want to apply for.
- After you call this operation to submit a certificate application, the certificate quota of the required specifications that you purchased is consumed. After you call this operation, you must call the DescribeCertificateState operation to obtain the information that is required for domain name ownership verification and manually complete the verification. Then, your certificate application is reviewed by the certificate authority (CA). If you use the Domain Name System (DNS) verification method, you must complete the verification on your DNS service provider system. If you use the file verification method, you must complete the verification on the DNS server.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-cert:CreateCertificateWithCsrRequest | create | *All Resources * |
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Csr | string | Yes | The content of the CSR file. Note
The CN field in the CSR file specifies the domain name that is bound to the certificate.
| -----BEGIN CERTIFICATE REQUEST----- ...... -----END CERTIFICATE REQUEST----- |
ProductCode | string | No | The specifications of the certificate that you want to apply for. Valid values:
| symantec-free-1-free |
Username | string | Yes | The name of the applicant. | Tom |
Phone | string | Yes | The phone number of the applicant. | 1390000**** |
string | Yes | The contact email address of the applicant. | username@example.com | |
ValidateType | string | Yes | The method to verify the ownership of a domain name. Valid values:
For more information about the verification methods, see Verify the ownership of a domain name. | DNS |
Tags | array<object> | No | The tag list. | |
object | No | The tags. | ||
Key | string | No | The tag key. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with | database |
Value | string | No | The value of the tag. | 1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"OrderId": 98987582437920960,
"RequestId": "CBF1E9B7-D6A0-4E9E-AD3E-2B47E6C2837D"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-09-20 | API Description Update | View Change Details |
HTTP status code | Error code | Description |
---|---|---|
404 | NotFoundPackage | The error message returned because no certificate resource plans were purchased. |
404 | NotRemainCount | The error message returned because the certificate quota is insufficient. |
403 | CreateCertificateRequestFailed | The error message returned because the request failed to be created. |
404 | NotFoundOrder | The error message returned because the specified certificate order was not found. |
403 | OrderStateError | The error message returned because the status of the certificate order is invalid. |
403 | DeleteFail | The error message returned because the certificate application order failed to be deleted. |
500 | Error | The error message returned because an error occurred. |