mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
Update doc on tls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user