Overview | Service | Command |
Verify Certificate Key
Authorization token required | true |
Admin Authorization token required | true |
<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 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 |