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 071c19a commit e31dc56Copy full SHA for e31dc56
docs/advanced/3_cli/installation.md
@@ -40,7 +40,13 @@ export PATH="/Users/<username>/.deno/bin:$PATH"
40
41
:::tip
42
43
-In an enterprise setting with custom certificates, you can edit the wmill binary to ignore CA issues:
+In an enterprise setting with custom certificates, you can set the following env variable to use system certificate store:
44
+
45
+```
46
+export DENO_TLS_CA_STORE=system
47
48
49
+Alternatively, you can edit the wmill binary to ignore CA issues:
50
51
```
52
sed -i 's/deno run/deno run --unsafely-ignore-certificate-errors/' ~/.deno/bin/wmill
0 commit comments