Adding an Additional Domain Name
Function
This API is used to add an additional domain name. If you have a multi-domain SSL certificate and available quota for additional domain names, you can add additional domain names for the certificate after it is issued.
URI
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
ori_sans |
Yes |
String |
Additional domain name bound to a multi-domain certificate. If multiple domain names are displayed, the domain names are separated by semicolons (;). Example: example.domain.com;example.domain1.com |
add_sans |
No |
String |
Additional domain name to be added for a multi-domain certificate. If multiple domain names need to be entered, separate the domain names by semicolons (;). Example: example.domain2.com;example.domain3.com |
|
No |
String |
Email of a contact. |
Response
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
request_info |
Yes |
String |
Request result. |
Example
The following describes how to add an additional domain name example.domain.com.
- Example request
{ "ori_sans": "abc.com;xyz.com", "add_sans": "example.domain.com", "email": "example@xx.com" }
- Example response
{ "request_info":"success" }
or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error codes, see Error Codes
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot