From df17c3092cc87ac2f2899c4514412409d4ac3aa1 Mon Sep 17 00:00:00 2001
From: Koen <koen@pop-os.localdomain>
Date: Thu, 28 Sep 2023 11:55:49 +0200
Subject: [PATCH] Debugging signing.

---
 sign.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sign.sh b/sign.sh
index bcd4fcc..69478f3 100644
--- a/sign.sh
+++ b/sign.sh
@@ -6,6 +6,7 @@ CONFIG_FILE_PATH=$2
 
 # Decode and save the private key to a temporary file
 echo "$SIGNING_PRIVATE_KEY" | base64 -d > tmp_private_key.pem
+echo "SIGNING_PRIVATE_KEY: ${SIGNING_PRIVATE_KEY:0:20}..."
 
 # Validate private key
 if ! openssl rsa -check -noout -in tmp_private_key.pem > /dev/null 2>&1; then
-- 
GitLab