Skip to content

Commit f30f474

Browse files
authored
Add note about Private CA chain
Update docs to include mention of the `DOCKER_DRIVER_PRIVATE_CA_PATH` env var
1 parent 922ebbb commit f30f474

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/install/docker/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,16 @@ MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQD
184184
"
185185
```
186186

187+
If you are using a private Certificate Authority then you will also need to tell the Node-RED instances to trust this CA.
188+
You can do this by includeing the `DOCKER_DRIVER_PRIVATE_CA_PATH` value in `.env` file. e.g. if the `ca.pem` file is located at `/usr/local/ssl/ca.pem`
189+
on the host machine
190+
191+
```
192+
DOCKER_DRIVER_PRIVATE_CA_PATH="/usr/local/ssl/ca.pem"
193+
```
194+
195+
196+
187197
## Start FlowFuse platform
188198

189199
**Note: Make sure all configuration are done above before proceeding.**
@@ -350,4 +360,4 @@ Full details on configuring the File Storage service are available [here](../fil
350360

351361
- Bring the services down with `docker compose -p flowfuse down -v` (note the extra `-v` to delete all the volumes, only include this if you do not want to reuse this install)
352362
- Use `docker images` to list container images
353-
- Use `docker rmi [imagename]:[tag]` to remove all images that start with `flowfuse/`
363+
- Use `docker rmi [imagename]:[tag]` to remove all images that start with `flowfuse/`

0 commit comments

Comments
 (0)