| Authorization token required | true |
| Admin Authorization token required | true |
<VerifyCertKeyRequest cert="..." privkey="..." [ca="..."] /> ## VerifyCertKeyRequest
elements and attributes you can define within a
<VerifyCertKeyRequest> element:
| XPath | Required / Optional | Description |
| @cert | Required (only 1) | Type: String Certificate (can be chained) |
| @privkey | Required (only 1) | Type: String Private key |
| @ca | Optional (0 or 1) | Type: String CA (optional if certificate is already chained) |
<VerifyCertKeyResponse verifyResult="{verify-result}" /> ## VerifyCertKeyResponse
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 |