CommonConnectionOptions.requestCert - Node documentation
property CommonConnectionOptions.requestCert

Usage in Deno

import { type CommonConnectionOptions } from "node:tls";

If true the server will request a certificate from clients that connect and attempt to verify that certificate. Defaults to false.

Type

boolean | undefined