Pramod | 76f424e | 2018-03-29 10:22:33 -0700 | [diff] [blame] | 1 | |
| 2 | After the installation of steps as given in the INSTALL document, |
| 3 | follow the steps below. |
| 4 | |
| 5 | After you have installed the tools in "Duplicate" and "Import" directory |
| 6 | |
| 7 | 1. Run the Init_and_create_tpm_primary.sh to initialize the connection to TPM |
| 8 | and load the primary key into the TPM |
| 9 | |
| 10 | 2. Run the Duplicate.sh which takes RSA private key in pem format as input and |
| 11 | generates TPM structured buffers |
| 12 | |
| 13 | 3. Run the ImportTpmKey.sh which takes the generated buffers from the "Duplicate tool" |
| 14 | and generates the private and public portion of the tpm loaded key |
| 15 | |
| 16 | 4. Run the Sign_Verify_test.sh which loads the key and does the sign and verify |
| 17 | operation |