Changes between Version 1 and Version 2 of openpgp/software/gpg
- Timestamp:
- Jun 25, 2012, 8:58:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
openpgp/software/gpg
v1 v2 102 102 }}} 103 103 104 == Signing a key == 105 106 caff is a command line tool to help verify and sign keys. 107 108 You can access it by installing the `signing-party` debian package: 109 110 {{{ 111 apt-get install signing-party 112 }}} 113 114 caff depends on a working mail transport agent, which you can setup by following our [wiki:email_setup_postfix_debian postfix faq]. 115 116 Then, lookup the keyid of the person whose key you would like to send, and type: 117 118 {{{ 119 caff <KEYID> 120 }}]