SecureContextOptions.dhparam - Node documentation
property SecureContextOptions.dhparam

Usage in Deno

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

'auto' or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy. If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available. ECDHE-based perfect forward secrecy will still be available.

Type

string
| Buffer
| undefined