Skip to main content
SecureContextOptions.clientCertEngine - tls - Node documentation
property SecureContextOptions.clientCertEngine

Usage in Deno

import { type SecureContextOptions } from "node:tls";
Deprecated

Name of an OpenSSL engine which can provide the client certificate.

Type

string | undefined