Skip to content
Snippets Groups Projects
Commit 2a2edaa2 authored by Bolke de Bruin's avatar Bolke de Bruin
Browse files

Update readme with settings for tls

parent 454d2030
Branches
Tags
No related merge requests found
...@@ -56,9 +56,12 @@ Server: ...@@ -56,9 +56,12 @@ Server:
# The socket to connect to if using local auth. Ensure rdpgw auth is configured to # The socket to connect to if using local auth. Ensure rdpgw auth is configured to
# use the same socket. # use the same socket.
AuthSocket: /tmp/rdpgw-auth.sock 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 # Note: rdp connections over a gateway require TLS
DisableTLS: false Tls: auto
# TLS certificate files # TLS certificate files
CertFile: server.pem CertFile: server.pem
KeyFile: key.pem KeyFile: key.pem
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment