interface Deno.ListenTlsOptions
implements TcpListenOptions
import { type Deno } from "https://deno.land/x/deno@v1.39.0/ext/net/lib.deno_net.d.ts";
const { ListenTlsOptions } = Deno;
Properties
Path to a file containing a PEM formatted CA certificate. Requires
--allow-read
.