Changes between Version 12 and Version 13 of faq/admin/keyringer
- Timestamp:
- Dec 1, 2012, 11:37:01 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/admin/keyringer
v12 v13 48 48 From time to time you may need to edit a row in the keyring, for example after changing a password. 49 49 50 == Using the helper script == 51 52 The MF/PL keyringer repository comes with a script call pass that can be used as a wrapper to the keyringer commands used to decrypt and encrypt the keyring file. 53 54 To search for a key try: 55 56 {{{ 57 ./pass <server> 58 }}} 59 60 Or, to add one, simply type: 61 62 {{{ 63 ./pass 64 }}} 65 66 And follow the prompts. 67 68 == Manually == 69 50 70 Assuming that you have keyringer set up properly, there is a command should unlock the keys, and pass it to an editor. It also creates a decrypted temp file in the keyringer temp directory. The command is: 71 72 Be sure to update your git repository before trying to add a new key or you will create a messy conflict situation: 73 74 {{{ 75 git pull 76 }}} 51 77 52 78 {{{