Skip to main content
Module

std/http/server.ts>ServeTlsInit

Deno standard library
Go to Latest
interface ServeTlsInit
implements ServeInit
import { type ServeTlsInit } from "https://deno.land/std@0.152.0/http/server.ts";

Properties

keyFile: string

The path to the file containing the TLS private key.

certFile: string

The path to the file containing the TLS certificate