import { UploadCertRequestBody } from "@simplesagar/vercel/models/uploadcertop.js";
let value: UploadCertRequestBody = {
ca: "<value>",
key: "<key>",
cert: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
ca |
string | ✔️ | The certificate authority |
key |
string | ✔️ | The certificate key |
cert |
string | ✔️ | The certificate |
skipValidation |
boolean | ➖ | Skip validation of the certificate |