From c3e64a4bc24eab2fcc8b3e2a437abcdc4d41029e Mon Sep 17 00:00:00 2001 From: Daniel <daniel@harvey> Date: Mon, 13 Jul 2020 14:32:42 +0200 Subject: [PATCH] DOC: OpenSSL needed for certificate creation. For issue #97. --- README_SETUP.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SETUP.md b/README_SETUP.md index 19a62bda..554cd5da 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -12,6 +12,7 @@ * libpam (if PAM authentication is required) * unzip * openpyxl (for XLS/ODS export) +* openssl (if a custom TLS certificate is required) ### Install the requirements on Debian On Debian, the required packages can be installed with: -- GitLab