diff --git a/README.md b/README.md index 2622194eb06afd5b3dec00520c4f1871115a172c..3d718a08db351a6bd26719005a8c99bad50c188b 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,12 @@ Server: # The socket to connect to if using local auth. Ensure rdpgw auth is configured to # use the same socket. AuthSocket: /tmp/rdpgw-auth.sock - # disable TLS if termination happens somehwere else (e.g. a load balancer) + # The default option 'auto' uses a certificate file if provided and found otherwise + # it uses letsencrypt to obtain a certificate, the latter requires that the host is reachable + # from letsencrypt servers. If TLS termination happens somewhere else (e.g. a load balancer) + # set this option to 'disable'. This is mutually exclusive with 'authentication: local' # Note: rdp connections over a gateway require TLS - DisableTLS: false + Tls: auto # TLS certificate files CertFile: server.pem KeyFile: key.pem