Skip to content

Commit

Permalink
CodeGate Certs path
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehinds committed Dec 14, 2024
1 parent e028776 commit 35c583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35c583f

Please sign in to comment.