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

Usage in Deno

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

PEM formatted CRLs (Certificate Revocation Lists).

Type

string
| Buffer
| Array<string | Buffer>
| undefined