Skip to main content
Module

x/enzastdlib/vendor/@deno-std-http.ts>ServeTlsInit

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface ServeTlsInit
implements ServeInit
import { type ServeTlsInit } from "https://deno.land/x/enzastdlib@v0.0.4/vendor/@deno-std-http.ts";

Properties

optional
key: string

Server private key in PEM format

optional
cert: string

Cert chain in PEM format

optional
keyFile: string

The path to the file containing the TLS private key.

optional
certFile: string

The path to the file containing the TLS certificate