Changes between Version 7 and Version 8 of keyringer


Ignore:
Timestamp:
Feb 12, 2015, 3:31:53 PM (9 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • keyringer

    v7 v8  
    2626keyringer mfpl init /path/to/keys gitosis@git.mayfirst.org:mfpl/keys
    2727}}}
    28  * Before you can successfully run the script, you must have all of the people in the "config/recipients" in you gpg keyring. To ensure they are all in your keyring you can run:
     28 * Before you can successfully run the script, you must have all of the people in the "config/recipients" in you gpg keyring. To ensure they are all in your keyring, you can change into the directory where you checked out the May First/People Link keyring (/path/to/keys from above) and run:
    2929{{{
    3030for fpr in $(grep -v '#' config/recipients/default |cut -d\  -f2); do gpg --recv-key $fpr; done