You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure what "loads" means here, does it append to the certs from DENO_TLS_CA_STORE or does it replace them?
How does it interact with DENO_TLS_CA_STORE, can both options be used at the same time or are they mutually exclusive?
Is behavior of DENO_CERT same as NODE_EXTRA_CA_CERTS where DENO_CERT is only for loading "extra" certificates?
Thank you
The text was updated successfully, but these errors were encountered:
Can you please clarify the behavior of DENO_CERT env var?
docs/runtime/reference/env_variables.md
Line 68 in 8c523b8
I'm unsure what "loads" means here, does it append to the certs from DENO_TLS_CA_STORE or does it replace them?
How does it interact with DENO_TLS_CA_STORE, can both options be used at the same time or are they mutually exclusive?
Is behavior of DENO_CERT same as NODE_EXTRA_CA_CERTS where DENO_CERT is only for loading "extra" certificates?
Thank you
The text was updated successfully, but these errors were encountered: