Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
VerifyCertKey SOAP Command

Verify Certificate Key

Authorization token required true
Admin Authorization token required true

VerifyCertKeyRequest

    <VerifyCertKeyRequest [cert="..."] [privkey="..."] /> ## VerifyCertKeyRequest

The following table describes elements and attributes you can define within a <VerifyCertKeyRequest> element:

XPath Required / Optional Description
@cert Optional (0 or 1) Type:String
Certificate
@privkey Optional (0 or 1) Type:String
Private key

VerifyCertKeyResponse

    <VerifyCertKeyResponse verifyResult="{verify-result}" /> ## VerifyCertKeyResponse

The following table describes elements and attributes you can define within a <VerifyCertKeyResponse> element:

XPath Required / Optional Description
@verifyResult Required (only 1) Type:String
Verify result - true|false|invalid