Downloading Keys Created on AWS to CCKM
Use the get /v1/cckm/aws/keys/{id}/download-public-key
API to download a public key in PEM format, for an asymmetric key.
Syntax
Here, {id}
represents the key ID.
Request Parameter
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.