---
title: "upsert cert"
method: POST
path: "/open/cert"
tags: ["ssl_cert"]
---

# upsert cert

`POST /open/cert`

## Request body

- CertCertDetail
  - `acme` CertAcmeVO
    - `domains` string[]
    - `email` string
  - `id` integer
  - `manual` CertManual
    - `crt` string
    - `key` string
  - `type` integer

## Response `200`

OK

- object
  - `data` integer
  - `err` string
  - `msg` string

## Changes

- **2026-04-01** `de6007edcff9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/chaitin/apis/mgt-api/changes/open/cert/post.md)

---

[API](https://skmtc.dev/chaitin/apis/mgt-api.md) · [All operations](https://skmtc.dev/chaitin/apis/mgt-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/mgt-api/revisions/de6007edcff9/schema)
