rootCertificates - Node documentation
variable rootCertificates

Usage in Deno

import { rootCertificates } from "node:tls";

An immutable array of strings representing the root certificates (in PEM format) used for verifying peer certificates. This is the default value of the ca option to tls.createSecureContext().

Type

readonly string[]