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

x/pogo/dependencies.ts>http.ServeTlsInit

Server framework for Deno
Latest
interface http.ServeTlsInit
implements ServeInit
import { type http } from "https://deno.land/x/pogo@v0.6.0/dependencies.ts";
const { ServeTlsInit } = http;

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