Skip to content

Commit e31dc56

Browse files
authored
add tip to use system ca certs (windmill-labs#521)
1 parent 071c19a commit e31dc56

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/advanced/3_cli/installation.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ export PATH="/Users/<username>/.deno/bin:$PATH"
4040

4141
:::tip
4242

43-
In an enterprise setting with custom certificates, you can edit the wmill binary to ignore CA issues:
43+
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:
4450

4551
```
4652
sed -i 's/deno run/deno run --unsafely-ignore-certificate-errors/' ~/.deno/bin/wmill

0 commit comments

Comments
 (0)