From f45312bf5a12bf3aa2179d713e780071332f50fa Mon Sep 17 00:00:00 2001
From: Janne Mareike Koschinski <janne@kuschku.de>
Date: Sun, 27 Nov 2022 14:19:25 +0100
Subject: [PATCH] doc: update readme

---
 README.md | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index fba7d16..ad520fa 100644
--- a/README.md
+++ b/README.md
@@ -80,21 +80,13 @@ Require SSL for remote (non-loopback) client connections.
 
 Default: `false`
 
-### SSL_CERT_DATA
-
-Specify the path to the SSL certificate.
-
 ### SSL_CERT_FILE
 
-Specify the base64 encoded data of the SSL certificate.
-
-### SSL_KEY_DATA
-
-Specify the path to the SSL key.
+Specify the path to the SSL certificate.
 
 ### SSL_KEY_FILE
 
-Specify the base64 encoded data of the SSL key.
+Specify the path to the SSL key.
 
 ### METRICS_ENABLED
 
-- 
GitLab