SecureContextOptions.ca - Node documentation
property SecureContextOptions.ca

Usage in Deno

import { type SecureContextOptions } from "node:tls";

Optionally override the trusted CA certificates. Default is to trust the well-known CAs curated by Mozilla. Mozilla's CAs are completely replaced when CAs are explicitly specified using this option.

Type

string
| Buffer
| Array<string | Buffer>
| undefined