From 4a2242fe4786b078fcaf7193d106927f8844fabd Mon Sep 17 00:00:00 2001 From: Yang Jiao Date: Fri, 3 Dec 2021 10:50:43 +0800 Subject: [PATCH] Fix core private key Signed-off-by: Yang Jiao --- tests/ci/api_common_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ci/api_common_install.sh b/tests/ci/api_common_install.sh index b4a844869..d9e0fe722 100755 --- a/tests/ci/api_common_install.sh +++ b/tests/ci/api_common_install.sh @@ -59,6 +59,8 @@ sudo make compile build prepare COMPILETAG=compile_golangimage GOBUILDTAGS="incl # set the debugging env echo "GC_TIME_WINDOW_HOURS=0" | sudo tee -a ./make/common/config/core/env +# TODO This is a temporary solution to core private_key +sudo openssl rsa -in /data/secret/core/private_key.pem -out /data/secret/core/private_key.pem sudo make start # waiting 5 minutes to start