Changes between Version 5 and Version 6 of faq/admin/keyringer
- Timestamp:
- Mar 5, 2011, 4:43:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/admin/keyringer
v5 v6 25 25 keyringer mfpl init /path/to/keys gitosis@git.mayfirst.org:mfpl/keys 26 26 }}} 27 * Before you can successfully run the script, you must have all of the people in the "config/recipients" in you gpg keyring. To double check you can run: 28 {{{ 29 gpg --list-sigs $YOURGPGID 30 }}} 31 and compare it against the list of people in the recipients. Since there are key fingerprints in the recipients files you can grab all the missing ones from the recipients filelike so: 32 33 {{{ 34 gpg --rcv-keys $KEYFINGERPRINTs 35 }}} 36 27 37 * Use the bash wrapper script in the MFPL key ringer directory to search for keys. For example, to find the passphrase for assata: 28 38 {{{