Skip to main content
interface Deno.ListenTlsOptions
implements ListenOptions

Properties

certFile: string

Path to a file containing a PEM formatted CA certificate. Requires --allow-read.

keyFile: string

Server public key file. Requires --allow-read.

optional
transport: "tcp"