ListenTlsOptions$Typings extension

on

Properties

alpnProtocols List<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.
getter/setter pair
cert String?
Cert chain in PEM format
getter/setter pair
certFile String?
Path to a file containing a PEM formatted CA certificate. Requires --allow-read.
getter/setter pair
key String?
Server private key in PEM format
getter/setter pair
keyFile String?
Server private key file. Requires --allow-read.
getter/setter pair
transport String?
getter/setter pair