Skip to content

Commit cd6f344

Browse files
authored
Merge pull request #197 from subrahmanyaman/Javacard_KeyMint_200_master
Updated Provisiontool README
2 parents 14b2183 + 469640b commit cd6f344

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

ProvisioningTool/README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,27 @@ cuttlefish target. Also the required certificates and keys can be found in
2323

2424
#### Usage for construct_apdus
2525
<pre>
26-
Usage: construct_keymint_apdus options
26+
Usage: Please give json files with values as input to generate the apdus command.
27+
Please refer to sample_json files available in the folder for reference.
28+
Sample json files are written using hardcode parameters to be used for
29+
testing setup on cuttlefilsh emulator and goldfish emulators
30+
construct_keymint_apdus [options]
2731
Valid options are:
28-
-h, --help show the help message and exit.
32+
-h, --help show this help message and exit.
2933
-i, --input jsonFile Input json file
3034
-o, --output jsonFile Output json file
3135
</pre>
3236

3337
#### Usage for provision
3438
<pre>
35-
Usage: provision_keymint options
36-
Valid options are:
37-
-h, --help show the help message and exit.
38-
-i, --input jsonFile Input json file
39-
-s, --provision_stautus Prints the current provision status.
40-
-l, --lock_provision Locks the provision state.
39+
Usage: Please consturcture the apdu(s) with help of construct apdu tool and
40+
pass the output file to this utility.
41+
provision_keymint [options]
42+
Valid options are:
43+
-h, --help show this help message and exit.
44+
-i, --input jsonFile Input json file
45+
-s, --provision_status jsonFile Gets the provision status of applet.
46+
-l, --lock_provision jsonFile OEM provisioning lock.
47+
-f, --se_factory_lock jsonFile SE Factory provisioning lock.
48+
-u, --unlock_provision jsonFile Unlock OEM provisioning.
4149
</pre>

0 commit comments

Comments
 (0)