Skip to content

docs: document NODE_EXTRA_CA_CERTS (2.8)#3081

Open
lunadogbot wants to merge 1 commit intodenoland:mainfrom
lunadogbot:docs/2.8-node-extra-ca-certs
Open

docs: document NODE_EXTRA_CA_CERTS (2.8)#3081
lunadogbot wants to merge 1 commit intodenoland:mainfrom
lunadogbot:docs/2.8-node-extra-ca-certs

Conversation

@lunadogbot
Copy link
Copy Markdown

Summary

Adds NODE_EXTRA_CA_CERTS to the Special environment variables table on runtime/reference/env_variables.md, documenting the new Node-compat env var supported in Deno 2.8 (denoland/deno#33148).

  • Loaded at the root certificate store level, so it applies to native fetch(), Deno.connectTls(), and the Node polyfills node:https / node:tls.
  • Missing or invalid PEM files emit a warning (no hard error) — matches Node.js semantics.

Test plan

  • deno task serve — table renders, the new row aligns.

Adds NODE_EXTRA_CA_CERTS to the special-environment-variables table.
Notes that the certs are honored at the root store level by fetch(),
Deno.connectTls(), and Node compat APIs (node:https, node:tls), and
that missing/invalid files only warn — matching Node.js behavior.

Refs denoland/deno#33148
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant