From 408753c33e5ba5d90c9792227a347fe85e32b165 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Fri, 13 Feb 2026 00:04:25 +0100 Subject: [PATCH] Add note about automatic TLS SAN inclusion for custom server URLs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b1b0d25..ab2acfc 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,8 @@ docker run --rm -it \ ghcr.io/gesellix/bose-soundtouch:latest ``` +> **Note**: The hostnames configured via `SERVER_URL` and `HTTPS_SERVER_URL` are automatically added as Subject Alternative Names (SAN) to the generated TLS certificate, ensuring valid SSL connections. + Alternatively, without explicit server URLs: ```bash docker run -d \ @@ -165,6 +167,8 @@ services: restart: unless-stopped ``` +> **Note**: Hostnames from `SERVER_URL` and `HTTPS_SERVER_URL` are automatically included in the TLS certificate's Subject Alternative Names (SAN). + And run: ```bash