User Tools

Site Tools


macos

This is an old revision of the document!


MacOS

Useful MacOS configurations, with no particular order

Setup GPG pinentry

brew upgrade gnupg  # This has a make step which takes a while
brew link --overwrite gnupg
brew install pinentry-mac

on old homebrew:

echo "pinentry-program /usr/local/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf
killall gpg-agent

On more recent systems like M1 macs:

echo "pinentry-program /opt/homebrew/bin/pinentry-mac" >> ~/.gnupg/gpg-agent.conf 
killall gpg-agent

To test:

echo "test" | gpg --clearsign

You should see the pinentry window

macos.1672755028.txt.gz · Last modified: 2023/01/03 11:10 by roger