---
title: "Create a Certificate Bundle"
method: POST
path: "/certificate-bundles"
tags: ["Configuration - Certificate"]
---

# Create a Certificate Bundle

`POST /certificate-bundles`

Create a new Certificate Bundle.

## Request body

- XiqCreateCertificateBundleRequest — The payload to create a new Certificate Bundle
  - `name` string, required — The Certificate Bundle name
  - `description` string — The Certificate Bundle description
  - `bundle_type` 'TRUST_POINT' | 'CA', required — The Certificate Bundle type
  - `certificate_ids` integer[], required — The Certificate Bundle certificate IDs.

## Response `201`

Created

- XiqCertificateBundle
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `name` string, required — The Certificate Bundle name.
  - `description` string — The Certificate Bundle description.
  - `bundle_type` 'TRUST_POINT' | 'CA' — The Certificate Bundle type.
  - `certificates` XiqCertificate[], required — The Certificate Bundle list of certificates.
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `cert_type` 'CERT' | 'KEY' | 'CA' — The Certificate type
    - `name` string, required — The certificate file name
    - `encrypted` boolean, required — The certificate encrypted or not
    - `description` string — The certificate description
    - `file_size` integer, required — The certificate file size

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
