Changes between Initial Version and Version 1 of faq/admin/keyringer


Ignore:
Timestamp:
Sep 10, 2010, 8:13:27 PM (15 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/admin/keyringer

    v1 v1  
     1= MFPL Shared Keyring =
     2
     3MFPL uses an OpenPGP encrypted file, that is shared via git, to store root and encrypted disk passphrases.
     4
     5To help us securely read and create new keys, we use a program called [http://git.sarava.org/?p=keyringer.git;a=summary keyringer].
     6
     7Members of the support team can access the keys by following these steps:
     8
     9 * Checkout the keyringer software:
     10{{{
     11git clone git://git.sarava.org/keyringer.git
     12}}}
     13 * Add the path to your bash $PATH variable by editing ~/.bashrc and adding:
     14{{{
     15   export PATH="$PATH:/path/to/keyringer"
     16}}}
     17 * Checkout the MFPL key ring
     18{{{
     19git clone gitosis@git.mayfirst.org:mfpl/keys
     20}}}
     21 * Use the bash wrapper script in the MFPL key ringer directory to search for keys. For example, to find the passphrase for assata:
     22{{{
     23./pass assata
     24}}}