Skip to main content
KeyObject - tls - Node documentation
interface KeyObject

Usage in Deno

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

Properties

pem: string | Buffer

Private keys in PEM format.

optional
passphrase: string | undefined

Optional passphrase.