Skip to main content
1 of 7
John Greene
  • 400
  • 2
  • 14

List your signatures:

gpg —list-signatures

Select your key to be that default. Then set the key default:

echo ‘default-key:0:”xxxxxxxxxxxxxxxxxxxx’ | gpgconf —change-options gpg

please note that there is only ONE double-quote, which signifies that a text string is about to begin. Also that there is a pair of single-quote surround the entire echo statement.

John Greene
  • 400
  • 2
  • 14