 
      
    | You are here | blog.hboeck.de | ||
| | | | | tool-box.info | |
| | | | | ||
| | | | | indieweb.org | |
| | | | | OpenPGP (Pretty Good Privacy) is a message exchange format that uses public key cryptography to enable people to exchange encrypted and/or signed data; on the IndieWeb, you can use PGP to setup your IndieAuth without depending on any silos. | |
| | | | | daniel-lange.com | |
| | | | | ||
| | | | | logr.cogley.info | |
| | | If you want to autosign git commits on Mac, there are a couple of tricks to it. I have not been able to get brew gpg to work consistently well, but installing from gpgtools.org seems to be able to be made to work. ?? This worked for me: Install GPGTools from https://gpgtools.org Create / import a key, then run gpg --list-secret-keys to find the sec key fingerprint Make git settings, specifying the signing key as the fingerprint with no spaces: 1 2 3 4 % git config --global gpg. | ||