Changes between Version 4 and Version 5 of FeddCommands
- Timestamp:
- Dec 12, 2008 5:49:11 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeddCommands
v4 v5 96 96 97 97 The '''create''' command takes the following additional parameters: 98 '''--experiment_cert='''''filename'' 98 '''--experiment_cert='''''filename'':: 99 99 Store the certificate used to access the resulting experiment in ''filename''. This certificate can be used as an input parameter to the terminate and informational commands beliw, but is an output parameter here. 100 100 '''--experiment_name='''''exp_name'':: … … 119 119 The commands to access data about an experiment or to terminate it all take only two non-generic options: 120 120 121 '''--experiment_file='''''filename'' 121 '''--experiment_file='''''filename'':: 122 122 The ''filename'' must contain a certificate valid for the experiment's fedid. If so it is used to authenticate access to the experiment. A password may be required if one has been added to the private key. 123 '''--experiment_name='''''name'' 123 '''--experiment_name='''''name'':: 124 124 The local name of the experiment to terminate. Only the experiment creator can use this for access. 125 125 … … 137 137 provides information on their use. 138 138 139 == Fedid.py == 140 141 The `fedid.py` command prints the [Feddabout#Globalidentifiers:Fedids fedid] of the public key of an X.509 certificate to the standard output. This is handy in getting fedids for the various [FeddDatabases databases] that `fedd` uses. The command is invoked with 0 or more '''--attribute='''''attr'' parameters and 0 or more filenames. The command prints the fedids and the attributes in the format of a [FeddDatabases#GlobalAccessDB global access database] and can be used directly to construct those files. For example, this invocation: 142 143 {{{ 144 $ fedid.py --attribute=split --attribute=allocate fedd.pem deterboss.pem 145 }}} 146 147 produces 148 149 {{{ 150 fedid:ce90957dd5b7d20f9c3890c4599313b7f1cf31ea split,allocate 151 fedid:9b8e7f2b114956ad516befc93fa7e7eae3751bf9 split,allocate 152 }}} 153 139 154 == User_to_project.py == 140 155