From f29bb8583fc0a828c33f85b28283e29ca356fc00 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Wed, 31 Aug 2022 11:58:22 +0200
Subject: [PATCH] DOC: hint to passphrase

---
 README_SETUP.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README_SETUP.md b/README_SETUP.md
index d237200..d8ec518 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -59,6 +59,9 @@ you need to uncomment the respective sections in `envoy.yml` and `docker-compose
 The given configuration assumes, that the certificate files are placed in a folder
 `compose/certs` and named `caosdb.key.pem` and `caosdb.cert.pem`.
 
+It is assumed, that `caosdb.key.pem` does not have a passphrase. You can remove one
+with `openssl rsa -in oldKey.pem -out newKey.key`.
+
 
 ## Configuration
 ### Bind IP
-- 
GitLab