Skip to main content
rootCertificates - tls - Node documentation
variable rootCertificates

Usage in Deno

import { rootCertificates } from "node:tls";

An immutable array of strings representing the root certificates (in PEM format) from the bundled Mozilla CA store as supplied by the current Node.js version.

The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store that is fixed at release time. It is identical on all supported platforms.

Type

readonly string[]