---
title: "Import a new key"
method: POST
path: "/clusters/{uuid}/certificates/pemkey/import"
tags: ["clusters"]
---

# Import a new key

`POST /clusters/{uuid}/certificates/pemkey/import`

Import a new key

## Path parameters

- `uuid` string, UUID, required

## Request body

- PemkeySpec — SSL key
  - `ca_chain` string, byte
  - `type` string, required — SSL key type. Key types with RSA_2048, ECDSA_256 and ECDSA_384 are supported for key generation and importing.
  - `cert` string, byte, required
  - `key` string, byte, required
  - `name` string

## Response `200`

Success

## Other responses

- `default` — Internal Error

---

[API](https://skmtc.net/nutanix/apis/nutanix-intentful-api.md) · [All operations](https://skmtc.net/nutanix/apis/nutanix-intentful-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutanix/nutanix-intentful-api/versions/40395083ab31/schema)
