Skip to main content
interface Deno.ListenTlsOptions
implements ListenOptions

Properties

optional
key: string

Server private key in PEM format

optional
cert: string

Cert chain in PEM format

optional
deprecated
certFile: string

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

optional
deprecated
keyFile: string

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

optional
transport: "tcp"