Service: zimbraAdmin

Command: UploadDomCert
Namespace: urn:zimbraAdmin
Description: Upload domain certificate
Properties:
Authorization token required true
Admin Authorization token required true

UploadDomCertRequest

    <UploadDomCertRequest cert.aid="..." cert.filename="..." key.aid="..." key.filename="..." /> ## UploadDomCertRequest

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

    <UploadDomCertResponse [cert_content="{certificate-content}"] [key_content="{key-content}"] /> ## UploadDomCertResponse

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