From fb71c6d0d9b52a8fcb41dbf49cb0de2331da7125 Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Thu, 11 Feb 2021 18:54:23 +0100 Subject: [PATCH] Updated readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad520fa..fba7d16 100644 --- a/README.md +++ b/README.md @@ -80,14 +80,22 @@ Require SSL for remote (non-loopback) client connections. Default: `false` -### SSL_CERT_FILE +### SSL_CERT_DATA Specify the path to the SSL certificate. -### SSL_KEY_FILE +### SSL_CERT_FILE + +Specify the base64 encoded data of the SSL certificate. + +### SSL_KEY_DATA Specify the path to the SSL key. +### SSL_KEY_FILE + +Specify the base64 encoded data of the SSL key. + ### METRICS_ENABLED Enable metrics API. -- GitLab