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

TlsValidationContext

import type { TlsValidationContext } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

An object that represents how the proxy will validate its peer during Transport Layer Security (TLS) negotiation.

interface TlsValidationContext {
subjectAlternativeNames?: SubjectAlternativeNames | null;
}

§Properties

§
subjectAlternativeNames?: SubjectAlternativeNames | null
[src]

A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context.

§

A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.