---
title: "Add a new CA certificate"
method: POST
path: "/clusters/{uuid}/certificates/ca_certs"
tags: ["clusters"]
---

# Add a new CA certificate

`POST /clusters/{uuid}/certificates/ca_certs`

Add a new CA certificate

## Path parameters

- `uuid` string, UUID, required

## Request body

- CaCert — CA certificate info.
  - `ca_name` string, required — Name of the certificate authority.
  - `certificate` string, byte, required — Certificate content.

## 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)
