Skip to content

Commit 4896fc2

Browse files
authored
Update configuration.md
1 parent ba4488e commit 4896fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ server {
698698
4. Restart everything: `docker-compose down; docker-compose up -d`
699699

700700
## Internal Certificate Authority
701-
By default, certificates are not being verified when outbound traffic goes from Shuffle. This is due to the massive use of self-signed certificates when using internal services. If you want to accept your Certificate Authority for all requests, there are a few ways to do this:
701+
By default, certificates are not being verified when outbound traffic goes from Shuffle. This is due to the massive use of self-signed certificates when using internal services. You may ignore certificate warnings by adding `SHUFFLE_SKIPSSL_VERIFY=true` to the environment of each relevant service - most notably used for Orborus. If you want to accept your Certificate Authority for all requests, there are a few ways to do this:
702702

703703
1. Docker Daemon level (recommended) - point to your cert: `$ dockerd --tlscacert=/path/to/custom-ca-cert.pem`
704704
2. Add it to every app (per-image configuration). You can do this by modifying the Dockerfile for an app and manually building it with the certificate in the Dockerfile of each Docker image. Restart Shuffle after this is done.

0 commit comments

Comments
 (0)