Last active
June 30, 2017 00:35
-
-
Save awaxa/8e119bb533b324819952bf63401d8942 to your computer and use it in GitHub Desktop.
~/.gnupg/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enables GPG to find gpg-agent | |
use-standard-socket | |
# Connects gpg-agent to the OSX keychain via the brew-installed | |
# pinentry program from GPGtools. This is the OSX 'magic sauce', | |
# allowing the gpg key's passphrase to be stored in the login | |
# keychain, enabling automatic key signing. | |
pinentry-program /usr/local/bin/pinentry-mac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use-agent |
Author
awaxa
commented
Jun 30, 2017
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment