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

Usage in Deno

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

Name of an OpenSSL engine to get private key from. Should be used together with privateKeyIdentifier.

Type

string | undefined