Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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