Changes between Version 27 and Version 28 of FeddConfig
- Timestamp:
- Jun 11, 2014 4:27:48 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddConfig
v27 v28 369 369 $ rm key.pem 370 370 }}} 371 372 == Converting User Credentials to fedids == 373 374 The 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 380 The '''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.