Skip to main content
interface Deno.ListenTlsOptions
implements ListenOptions

Properties

certFile: string

Server certificate file.

keyFile: string

Server public key file.

optional
transport: "tcp"