mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-21 07:44:23 +02:00
Update doc on tls
This commit is contained in:
parent
0f329f8e55
commit
a548d2b30a
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ template.
|
||||||
```yaml
|
```yaml
|
||||||
# web server configuration.
|
# web server configuration.
|
||||||
server:
|
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
|
certFile: server.pem
|
||||||
keyFile: key.pem
|
keyFile: key.pem
|
||||||
# gateway address advertised in the rdp files
|
# gateway address advertised in the rdp files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue