We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1e355 commit ca7bdeeCopy full SHA for ca7bdee
src/interceptors/terminal/terminal-env-overrides.ts
@@ -102,6 +102,8 @@ export function getTerminalEnvVars(
102
'SSL_CERT_FILE': httpsConfig.certPath,
103
// Trust cert when using Node 7.3.0+
104
'NODE_EXTRA_CA_CERTS': httpsConfig.certPath,
105
+ // Deno:
106
+ 'DENO_CERT': httpsConfig.certPath,
107
// Trust cert when using Perl LWP
108
'PERL_LWP_SSL_CA_FILE': httpsConfig.certPath,
109
// Trust cert for HTTPS requests from Git
0 commit comments