SecureContextOptions.ciphers - Node documentation
property SecureContextOptions.ciphers

Usage in Deno

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

Cipher suite specification, replacing the default. For more information, see modifying the default cipher suite. Permitted ciphers can be obtained via tls.getCiphers(). Cipher names must be uppercased in order for OpenSSL to accept them.

Type

string | undefined