Skip to content

Commit

Permalink
add insecurt codesigning cert for CI
Browse files Browse the repository at this point in the history
This is not a real nor valid codesigning cert it is only useful for CI
  • Loading branch information
CamJN committed Aug 20, 2024
1 parent 50a6197 commit c052e4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added dev/ci/Certificates.cer
Binary file not shown.
1 change: 1 addition & 0 deletions dev/ci/setup-host
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ if [ "${GITHUB_ACTIONS:-false}" = "true" ]; then
if [ "$OS" = "macos" ]; then
brew update
brew install ccache
security import "$PASSENGER_ROOT/dev/ci/Certificates.cer"
fi

echo
Expand Down

0 comments on commit c052e4e

Please sign in to comment.