From f371a542a09688df7e585ebad978b7c1f3e54b1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Tue, 17 Aug 2021 11:32:35 +0200
Subject: [PATCH] DOC: hint on SSL cert in config

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

diff --git a/README_SETUP.md b/README_SETUP.md
index ea0284e..147745c 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -116,6 +116,7 @@ Please adhere to [Google's C++ naming conventions](https://google.github.io/styl
 You can use a json file for the configuration of the client. See
 `test/test_data/test_caosdb_client.json` for an example. You may use
 `caosdb-client-configuration-schema.json` to validate your schema.
+Typically, you will need to provide the path to your SSL certificate.
 
 The client will load the configuration file from the first existing
 file in the following locations (precedence from highest to lowest):
-- 
GitLab