Commit 55a9fc6
container: set DENO_CERT alongside SSL_CERT_FILE for Deno CA trust (#16)
Deno does not respect SSL_CERT_FILE and requires its own DENO_CERT env
var to trust custom CA certificates. Without this, Deno-based tools
(e.g. linear-cli) fail with certificate errors when the gateway's MITM
CA is in use.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 65cdecd commit 55a9fc6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments