Overview | Service | Command |
Upload domain certificate
Authorization token required | true |
Admin Authorization token required | true |
<UploadDomCertRequest cert.aid="..." cert.filename="..." key.aid="..." key.filename="..." /> ## UploadDomCertRequest
The following table describes elements and attributes you can define within a
<UploadDomCertRequest>
element:
XPath | Required / Optional | Description |
@cert.aid | Required (only 1) | Type:String Certificate attach ID |
@cert.filename | Required (only 1) | Type:String Certificate name |
@key.aid | Required (only 1) | Type:String Key attach ID |
@key.filename | Required (only 1) | Type:String Key Name |
<UploadDomCertResponse [cert_content="{certificate-content}"] [key_content="{key-content}"] /> ## UploadDomCertResponse
The following table describes elements and attributes you can define within a
<UploadDomCertResponse>
element:
XPath | Required / Optional | Description |
@cert_content | Optional (0 or 1) | Type:String Certificate content |
@key_content | Optional (0 or 1) | Type:String Key content |