Use the GET /keyPairs/sslClient/{{sslClientId}}/certificate
endpoint to download the certificate from a given SSL client key pair. For a successful request, the PEM-encoded certificate file is directly returned as text and the response content type is application/x-x509-ca-cert
. If an error occurs, an ApiResult
is returned in JSON format and the content type is application/json
.
Path parameters
Parameter |
Value |
Description |
sslClientId |
string(required) |
ID of the key pair. |
Status codes
Code |
Reason |
200 |
Success. |
404 |
Resource not found. |