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

Usage in Deno

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

Shared passphrase used for a single private key and/or a PFX.

Type

string | undefined