From 5bc2b0b9d9d2f7ae7d87a6a2380eecf9d5bd9325 Mon Sep 17 00:00:00 2001
From: Martin Vogel <martin.vogel@sinc.de>
Date: Fri, 24 Jun 2022 11:30:41 +0200
Subject: [PATCH] #414 Add comment for storage of private key

---
 sdk.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sdk.conf b/sdk.conf
index 35601ea1f..271530512 100644
--- a/sdk.conf
+++ b/sdk.conf
@@ -4,7 +4,10 @@ sdk {
    # Credentials to authenticate via OAuth
   clientId: "781f6213-0f0f-4a79-9372-e7187ffda98b"
   clientSecret: "PnzR8Vbmhpv_VwTkT34wponqXWK8WBm-LADlryYdV4o"
-  privateKey: "123"
+  # Private key
+  # find location (or pw to keystore / ENV-var / Registry ?)
+  # and suitable format (PEM-Container ?)
+  privateKey: "$ref"
 
   # Proxy config for http api calls
   httpProxyHost: ""
-- 
GitLab