Skip to content

Commit

Permalink
try to debug cert import
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent f1d3a5e commit d79d734
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/ci/setup-host
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ if [ "${GITHUB_ACTIONS:-false}" = "true" ]; then
brew update
brew install ccache
sudo security add-trusted-cert -d -r trustRoot -p codeSign -k /Library/Keychains/System.keychain "$PASSENGER_ROOT/dev/ci/Certificates.cer"
security find-identity -p codesigning
security find-identity -v -p codesigning
fi

echo
Expand Down

0 comments on commit d79d734

Please sign in to comment.