GPG Integration
Axo Pass can manage your GPG passphrase, allowing you to unlock your GPG key for signing with Touch ID.
Setup
Add the following to ~/.gnupg/gpg-agent.conf:
pinentry-program /Applications/Axo Pass.app/Contents/bin/ap-pinentry
Reload the GPG agent to apply the changes:
gpgconf --reload gpg-agent
Test the integration:
echo test | gpg -as -
Note: Axo Pass is unable to show the requesting application name for GPG prompts.