Skip to main content
Module

x/composium/deps.ts>ServeTlsInit

Powered by functional composition and the URL Pattern API, composium has become the most flexible routing framework in the world.
Go to Latest
interface ServeTlsInit
implements ServeInit
import { type ServeTlsInit } from "https://deno.land/x/composium@v0.0.8/deps.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