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.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
slb:UploadServerCertificate |
create |
*All Resource
|
None | 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 elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AliCloudCertificateName |
string |
The AliCloud certificate name. |
cloudcertificate**** |
| CreateTimeStamp |
integer |
The timestamp generated when the CA certificate is uploaded. |
1504147745000 |
| ExpireTime |
string |
The time when the CA certificate expires. |
2022-10-18T23:59:59Z |
| CreateTime |
string |
The time when the CA certificate is uploaded. |
2022-02-21T02:49:05Z |
| ServerCertificateId |
string |
The ID of the server certificate. |
1321932713******_17f1b4b696b_1114720822_-1671****** |
| ExpireTimeStamp |
integer |
The timestamp generated when the CA certificate expires. |
1504147745000 |
| RegionId |
string |
The ID of the region where the Classic Load Balancer (CLB) instance is deployed. You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| RequestId |
string |
The ID of the request. |
365F4154-92F6-4AE4-92F8-7FF34B540710 |
| Fingerprint |
string |
The fingerprint of the CA certificate. |
8f:7d:cb:e5:f8:c8:33:9c:17:65:c1:92:30:9e:45:55:9c:3a:85:60 |
| ServerCertificateName |
string |
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 |
| CommonName |
string |
The domain name of the CA certificate. |
example.com |
| ResourceGroupId |
string |
The resource group ID. |
rg-atstuj3rt**** |
| AliCloudCertificateId |
string |
The AliCloud certificate ID. |
775**** |
| IsAliCloudCertificate |
integer |
Indicates whether the certificate is provided by Alibaba Cloud Certificate Management Service. Valid values:
|
0 |
| SubjectAlternativeNames |
object |
||
| SubjectAlternativeName |
array |
The subject alternative names. A domain name list is supported. A maximum of 10 domain names are supported. |
|
|
string |
The subject alternative names. A domain name list is supported. A maximum of 10 domain names are supported. |
["example.com","www.example.com"] |
Examples
Success response
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. |
| 403 | UnauthorizedRegion | The specified region of is not authorized. | The specified region of is not authorized. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.