Changes between Version 6 and Version 7 of openpgp/software/gpg


Ignore:
Timestamp:
Nov 7, 2012, 3:04:08 PM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • openpgp/software/gpg

    v6 v7  
    164164caff depends on a working mail transport agent, which you can setup by following our [wiki:linux_simple_mail_relay esmtp faq].
    165165
     166Normally, when caff runs, it will drop you into a gpg shell and expect you to know that you should type: save to continue.
     167
     168Making this configuration change (thanks Nat) will automate that step:
     169
     170{{{
     171echo "$CONFIG{'gpg-sign-args'} = 'save';"  >> ~/.caffrc
     172}}}
     173
    166174Then, lookup the keyid of the person whose key you would like to send, and type:
    167175