User Tools

Site Tools


gnupg_thunderbird

This is an old revision of the document!


Set your default key on OS X 10.9

Let's say that you created more then one key pair. From now on, you would like to use the key with the id 00X00Y07 as your new default key.

  1. Open up Terminal (Application»Utilities»Terminal)
  2. TextEdit comes preinstalled on your machine and offeres a gui but feel free to open following document with a different text editor
    open -a TextEdit .gnupg/gpg.conf
  3. Search for the text snippet “default-key”.
  4. Remove the comments character (#) if needed and add after default-key your key id. e.g. “default-key 00X00Y07”
  5. Save and close the file
  6. Come back to the Terminal and test your new default key e.g.
    gpg --clearsign  /Users/fiona/Documents/helloworld.txt
  7. The following output should confirm your new settings
gnupg_thunderbird.1383842075.txt.gz · Last modified: 2015-10-05 15:55 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki