mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-23 00:30:49 +02:00
Update readme with settings for tls
This commit is contained in:
parent
454d203070
commit
2a2edaa21c
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue