Skip to content

Commit 466cd54

Browse files
committed
update private-ca example with proxy details
1 parent 45d1edd commit 466cd54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,10 @@ Where:
144144
### Install Behind an MITM Proxy
145145

146146
```bash
147-
sudo ./APP_SLUG install --license license.yaml --private-ca /path/to/private-ca-bundle
147+
sudo ./APP_SLUG install --license license.yaml --private-ca /path/to/private-ca-bundle \
148+
--http-proxy=HOST:PORT \
149+
--https-proxy=HOST:PORT \
150+
--no-proxy=LIST_OF_HOSTS
148151
```
149152

150153
### Set Admin Console Password

0 commit comments

Comments
 (0)