diff --git a/README.md b/README.md index 5edf7466ba6c9625aed34a0931e9243fa5713332..a87f7f5e6a609442ef578458e4c1650a777c0653 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,10 @@ template. ```yaml # web server configuration. server: - # TLS certificate files (required) + # disable TLS if termination happens somehwere else (e.g. a load balancer) + # note: rdp connections over a gateway require TLS + disableTLS: false + # TLS certificate files certFile: server.pem keyFile: key.pem # gateway address advertised in the rdp files