Skip to main content

Create Certificate Secret

Creates a certificate-type secret for use with mTLS-authenticated upstream APIs. KnoxCall accepts PEM, PKCS#7, CRT/CER, PFX/P12, and KEY formats. For PEM-format certificates, KnoxCall automatically extracts the subject, issuer, and expiry date and returns them in the response metadata.

Request Body

Response

You can also create certificate secrets via POST /v1/secrets with secret_type: "certificate" and the same body fields.

Errors