From 76c44c5f5afddf3fb8d062cfa755f712d1d25245 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 4 Apr 2022 18:21:03 +0200 Subject: [PATCH] Update README.md Signed-off-by: Johann Hoffmann --- docker-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/README.md b/docker-compose/README.md index 643e035..ab785f3 100644 --- a/docker-compose/README.md +++ b/docker-compose/README.md @@ -31,7 +31,7 @@ On the startup of owsec directories for wwwassets and mailer templates are creat export OWSEC="openwifi.wlan.local:16001" export FLAGS="-s --cacert /docker-compose/certs/restapi-ca.pem" ``` -⚠️**Note**: When deploying with self-signed certificates you can not make use of the trace functionality in the UI since the AP will throw a TLS error when uploading the trace to OWGW. Please use the Letsencrypt deployment or provide your own valid certificates if you want to use this function. +⚠️**Note**: When deploying with self-signed certificates you can not use the 'Trace' and 'Connect' features in the UI since the AP will throw a TLS error. Please use the Letsencrypt deployment or provide your own valid certificates if you want to use these features. ## Non-LB deployment with own certificates 1. Switch into the project directory with `cd docker-compose/`. Copy your websocket and REST API certificates into the `certs/` directory. Make sure to reference the certificates accordingly in the service config if you use different file names or if you want to use different certificates for the respective microservices. 2. Adapt the following hostname and URI variables according to your environment: