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

CertChain

import type { CertChain } from "https://googleapis.deno.dev/v1/redis:v1.ts";
interface CertChain {
certificates?: string[];
}

§Properties

§
certificates?: string[]
[src]

The certificates that form the CA chain, from leaf to root order.