Downloading Keys Created on Azure Vault to CCKM
Use the get /v1/cckm/azure/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 Parameters
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.