mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
1.1 KiB
1.1 KiB
CertificatesCreateRequest
Example Usage
import { CertificatesCreateRequest } from "dokploy/models/operations";
let value: CertificatesCreateRequest = {
name: "<value>",
certificateData: "<value>",
privateKey: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
certificateId |
string | ➖ | N/A |
name |
string | ✔️ | N/A |
certificateData |
string | ✔️ | N/A |
privateKey |
string | ✔️ | N/A |
certificatePath |
string | ➖ | N/A |
autoRenew |
boolean | ➖ | N/A |
adminId |
string | ➖ | N/A |
serverId |
string | ➖ | N/A |