Type alias ClientCertificate

ClientCertificate: string | Buffer | Uint8Array

A client certificate presented on the TLS connection, obtained by the caller-supplied resolver. Either the PEM text (as produced by most TLS-terminating proxies, typically URL-decoded first) or the raw DER bytes (e.g. req.socket.getPeerCertificate().raw).