Add note about automatic TLS SAN inclusion for custom server URLs

This commit is contained in:
Tobias Gesellchen
2026-02-13 00:11:27 +01:00
parent dff060565e
commit 408753c33e
+4
View File
@@ -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