Skip to main content
SecureContextOptions.privateKeyIdentifier - node__tls.d.ts - Node documentation
property SecureContextOptions.privateKeyIdentifier

Usage in Deno

```typescript import { type SecureContextOptions } from "node:node__tls.d.ts"; ```
Deprecated
Identifier of a private key managed by an OpenSSL engine. Should be used together with privateKeyEngine. Should not be set together with key, because both options define a private key in different ways.

Type

string | undefined