Changes between Version 12 and Version 13 of keyringer
- Timestamp:
- Aug 14, 2017, 4:07:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
keyringer
v12 v13 21 21 keyringer mfpl init /path/to/keys gitolite3@git.mayfirst.org:keys 22 22 }}} 23 * 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:23 * Before you can successfully run the script, you must have all of the people in the "config/recipients" in your 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: 24 24 {{{ 25 for fpr in $(grep -v '#' config/recipients/default |cut -d\ -f2); do gpg --recv-key $fpr; done 25 gpg --recv $(grep -v '#' config/recipients/default |cut -d\ -f2) 26 26 }}} 27 27 * Create a symlink to the pass script in the keys directory in your bin directory: