Changes between Version 27 and Version 28 of FeddConfig


Ignore:
Timestamp:
Jun 11, 2014 4:27:48 PM (10 years ago)
Author:
faber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeddConfig

    v27 v28  
    369369$ rm key.pem
    370370}}}
     371
     372== Converting User Credentials to fedids ==
     373
     374The fedd tools expect the identity of the user to be a self-signed certificate.  This is accomplished using the command:
     375
     376{{{
     377$ cert_to_fedid.py --cn $USER --out $HOME/.ssl/fedid.pem $HOME/.ssl/emulab.pem
     378}}}
     379
     380The '''cert_to_fedid.py''' utility will list other parameters, but most are not needed for users.  The fedid_tools search for {{{.ssl/fedid.pem}}} as a default identity, so putting the output there will make things simple.