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