From a0fdd5d98485181af988ae871147930bdd34a896 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Fri, 22 Nov 2019 12:05:49 +0100 Subject: [PATCH] add todo Signed-off-by: Felix Bartels --- konnect/wrapper.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/konnect/wrapper.sh b/konnect/wrapper.sh index d79b1b7..c8c0ce2 100755 --- a/konnect/wrapper.sh +++ b/konnect/wrapper.sh @@ -10,7 +10,8 @@ if [ $# -gt 0 ]; then fi if [ "${allow_client_guests:-}" = "yes" ]; then - # TODO this should be simplified so that ecparam and eckey are only required if the is no jwk-meet.json yet + # TODO try to create the file if it does not yet exist, how to combine with the below dockerize check? + # TODO this should be simplified so that ecparam and eckey are only required if there is no jwk-meet.json yet dockerize \ -wait file://"${ecparam:?}" \ -wait file://"${eckey:?}" \