← Back to index
interface Deno.ListenTlsOptions

Properties

🔗
key: string

Server private key in PEM format

🔗
cert: string

Cert chain in PEM format

🔗
certFile: string

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

🔗
keyFile: string

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

🔗
transport: "tcp"
🔗
alpnProtocols: string[]

Application-Layer Protocol Negotiation (ALPN) protocols to announce to the client. If not specified, no ALPN extension will be included in the TLS handshake.