Warning
This is an incomplete work-in-progress document
- Install GPG command line tool for Mac OS X using
brew install gnupgor an equivalent. You can install all of GPG Suite, but you don't necessarily need more than the Homebrew package. - Following the tutorial from Github, generate a 4096 bit RSA key (this is probably the default option); use your GDS email address
- For GDS users, if you used a non-GDS email address change the email on your key to GDS email
- Export the key in the terminal, using
gpg --export -a <key_id> - Copy the key (the whole thing, beginning with
-----BEGIN PGP PUBLIC KEY BLOCK-----and ending with-----END PGP PUBLIC KEY BLOCK-----)