Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TlsConfig

import type { TlsConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";

The TLS configuration.

interface TlsConfig {
caCerts?: TlsConfigCaCert[];
}

§Properties

§

Required. Specifies a list of allowed custom CA certificates for HTTPS verification.