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

VirtualGatewayListenerTlsFileCertificate

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

An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).

interface VirtualGatewayListenerTlsFileCertificate {
certificateChain: string;
privateKey: string;
}

§Properties

§
certificateChain: string
[src]

The certificate chain for the certificate.

§
privateKey: string
[src]

The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.