---
title: "Upload a manual/custom SSL certificate and key (admin only)"
method: POST
path: "/users/manual-ssl-upload"
tags: ["Users"]
---

# Upload a manual/custom SSL certificate and key (admin only)

`POST /users/manual-ssl-upload`

Validates and installs a user-supplied PEM certificate and private key as the active Termix SSL certificate.

## Request body

- object
  - `certificate` string
  - `privateKey` string

## Response `200`

Certificate uploaded and installed successfully.

## Other responses

- `400` — Invalid or missing certificate/key.
- `403` — Not authorized.
- `500` — Certificate installation failed.

---

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