From 43ac78bf57db8985845a0baf66bd7403ef65d6c5 Mon Sep 17 00:00:00 2001
From: Bolke de Bruin <bolke@xs4all.nl>
Date: Mon, 18 Mar 2024 11:36:55 +0100
Subject: [PATCH] Fixes

---
 README.md | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 2568d0b..ac9c0bf 100644
--- a/README.md
+++ b/README.md
@@ -212,7 +212,9 @@ Server:
  # rdpgw-auth needs to be run as root or setuid in order to work. If kerberos is
  # used a keytab and krb5conf need to be supplied. local and kerberos authentication
  # can be stacked, so that the clients selects what it wants.
- Authentication: 
+ Authentication:
+  # - kerberos
+  # - local
   - openid
  # The socket to connect to if using local auth. Ensure rdpgw auth is configured to
  # use the same socket.
@@ -225,9 +227,6 @@ Server:
  # set this option to 'disable'. This is mutually exclusive with 'authentication: local'
  # Note: rdp connections over a gateway require TLS
  Tls: auto
- # TLS certificate files
- CertFile: server.pem
- KeyFile: key.pem
  # gateway address advertised in the rdp files and browser
  GatewayAddress: localhost
  # port to listen on (change to 80 or equivalent if not using TLS)
-- 
GitLab