property CommonConnectionOptions.requestCert Usage in Denoimport { 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