Skip to main content
Module

x/frugal/dep/std/http.ts>ServeTlsInit

A frugal web framework
Latest
interface ServeTlsInit
implements ServeInit
import { type ServeTlsInit } from "https://deno.land/x/frugal@0.9.6/dep/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