Uploads a server certificate.
Operation description
- You can upload only one server certificate and its private key in each call.
- After a server certificate and its private key are uploaded, the fingerprints of all server certificates that belong to your Alibaba Cloud account are returned.
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 |
---|---|---|---|---|
slb:UploadServerCertificate | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tag | array<object> | No | The tags. | |
object | No | The tags. | ||
Key | string | No | The key of tag N. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 64 characters in length, and cannot contain | TestKey |
Value | string | No | The value of tag N. Valid values of N: 1 to 20. The tag value can be an empty string. The tag value can be up to 128 characters in length and cannot contain | TestValue |
RegionId | string | Yes | The region ID of the CLB instance. You can call the DescribeRegions operation to query the most recent region list. | cn-hangzhou |
AliCloudCertificateId | string | No | AliCloud certificate ID. | 775**** |
AliCloudCertificateName | string | No | AliCloud certificate name. | cloudcertificate |
AliCloudCertificateRegionId | string | No | The region ID of AliCloud certificate. | cn-hangzhou |
ServerCertificate | string | No | The server certificate to be uploaded. | -----BEGIN CERTIFICATE----- MIIGDTCC****** -----END CERTIFICATE----- |
PrivateKey | string | No | The private key of the certificate. | -----BEGIN RSA PRIVATE KEY----- MIIEogIB****** -----END RSA PRIVATE KEY----- |
ServerCertificateName | string | No | The name of the server certificate. The name must be 1 to 80 characters in length. It must start with an English letter. It can contain letters, numbers, periods (.), underscores (_), and hyphens (-). | mycert01 |
ResourceGroupId | string | No | The resource group ID. | rg-atstuj3rto**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"AliCloudCertificateName": "cloudcertificate****",
"CreateTimeStamp": 1504147745000,
"ExpireTime": "2022-10-18T23:59:59Z",
"CreateTime": "2022-02-21T02:49:05Z",
"ServerCertificateId": "1321932713******_17f1b4b696b_1114720822_-1671******",
"ExpireTimeStamp": 1504147745000,
"RegionId": "cn-hangzhou",
"RequestId": "365F4154-92F6-4AE4-92F8-7FF34B540710",
"Fingerprint": "8f:7d:cb:e5:f8:c8:33:9c:17:65:c1:92:30:9e:45:55:9c:3a:85:60",
"ServerCertificateName": "mycert01",
"CommonName": "example.com",
"ResourceGroupId": "rg-atstuj3rt****",
"AliCloudCertificateId": "775****",
"IsAliCloudCertificate": 0,
"SubjectAlternativeNames": {
"SubjectAlternativeName": [
"[\"example.com\",\"www.example.com\"]"
]
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | IllegalParam.ServerCertificate | The specified server certificate is illegal. | - |
400 | InvalidParameter | The specified ServerCertificate and PrivateKey fail to validate. | - |
400 | ServerCertificate.NotSupport | The specified Region Not support ServerCertificate. | - |
400 | InvalidParameter.AliCloudCertificateId | The specified AliCloudCertificateId is invalid. | - |
400 | OperationDenied.IllegalKeyLength | The operation is not allowed because the key length of certificate is illegal. | - |
400 | InvalidParam.TagValue | %s. | - |
400 | InvalidParam.TagKey | %s. | - |
400 | SizeLimitExceeded.Tag | %s. | - |
400 | MissingParam.TagKey | The param MissingParam.TagKey is missing. | - |
400 | EccCertificateNotSupport | The ECC certificate is not support. | ECC certificate not supported |
400 | CertificateFormatInvalid | The certificate format is invalid. | The certificate is not in the correct format. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-26 | The Error code has changed | View Change Details |
2023-06-02 | The Error code has changed | View Change Details |
The alternative domain names are specified in the Subject Alternative Name
field of the server certificate.