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