From 35c583faf4fdf4344411c0c71f7dec910f51b208 Mon Sep 17 00:00:00 2001 From: Luke Hinds Date: Sat, 14 Dec 2024 10:38:19 +0000 Subject: [PATCH] CodeGate Certs path --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index 9b604a4a..03efec83 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -65,7 +65,7 @@ genrerate_certs # Step 3: Make CA available to UI mkdir "$WEBAPP/public/certificates/" -cp "$CERTS/ca.crt" "$WEBAPP/public/certificates/codegate_ca.crt" +cp "$CODEGATE_CERTS/ca.crt" "$WEBAPP/public/certificates/codegate_ca.crt" # Step 4: Start the dashboard start_dashboard