variable rootCertificates Usage in Denoimport { 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[]