Skip to content

Commit

Permalink
check system keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 26, 2024
1 parent d79d734 commit 6db52b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/ci/setup-host
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +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
security find-identity -p codesigning /Library/Keychains/System.keychain
security find-identity -v -p codesigning /Library/Keychains/System.keychain
fi

echo
Expand Down

0 comments on commit 6db52b0

Please sign in to comment.