Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.12 KB

uploadcertrequestbody.md

File metadata and controls

22 lines (17 loc) · 1.12 KB

UploadCertRequestBody

Example Usage

import { UploadCertRequestBody } from "@simplesagar/vercel/models/uploadcertop.js";

let value: UploadCertRequestBody = {
  ca: "<value>",
  key: "<key>",
  cert: "<value>",
};

Fields

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