From fc4f6e9aca800345db5ac0ad949539c1b65e6111 Mon Sep 17 00:00:00 2001 From: "Arnaud (Arhuman) ASSAD" Date: Sun, 17 Aug 2025 19:38:32 +0200 Subject: [PATCH] fix certificate issue --- Makefile | 2 ++ internal/web/webroot/templates/install_minion.sh | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00dbeb2..5f33920 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,8 @@ build_all: build_all_platforms build_all_platforms: certs-prod @echo "Building for all platforms and architectures..." @mkdir -p binaries/minion binaries/console + cp internal/certs/files/prod/*.crt internal/certs/files/ + cp internal/certs/files/prod/*.key internal/certs/files/ # Linux builds $(call build_platform,linux,amd64,-linux,yes,) diff --git a/internal/web/webroot/templates/install_minion.sh b/internal/web/webroot/templates/install_minion.sh index ea06e13..2f4571d 100644 --- a/internal/web/webroot/templates/install_minion.sh +++ b/internal/web/webroot/templates/install_minion.sh @@ -50,4 +50,6 @@ EOF else echo "Starting minion..." NEXUS_SERVER="$NEXUS_SERVER" NEXUS_MINION_PORT="$MINION_PORT" MINION_ID="$MINION_ID" ./minion -fi \ No newline at end of file +fi + +