From 3d5e48d877919ec8d33e1d1ee3682fb1f0bc0532 Mon Sep 17 00:00:00 2001 From: arunkumarsit Date: Fri, 30 Mar 2018 10:43:06 -0700 Subject: Folder name changed from tpm-tools to tpm-util Change-Id: Ica9eca7f32fac0757a9c1718c1e5ec7c922ca8cd Issue-ID: AAF-207 Signed-off-by: Arun kumar sekar --- tpm-util/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tpm-util/README (limited to 'tpm-util/README') diff --git a/tpm-util/README b/tpm-util/README new file mode 100644 index 0000000..a49420c --- /dev/null +++ b/tpm-util/README @@ -0,0 +1,17 @@ + +After the installation of steps as given in the INSTALL document, +follow the steps below. + +After you have installed the tools in "Duplicate" and "Import" directory + +1. Run the Init_and_create_tpm_primary.sh to initialize the connection to TPM +and load the primary key into the TPM + +2. Run the Duplicate.sh which takes RSA private key in pem format as input and +generates TPM structured buffers + +3. Run the ImportTpmKey.sh which takes the generated buffers from the "Duplicate tool" +and generates the private and public portion of the tpm loaded key + +4. Run the Sign_Verify_test.sh which loads the key and does the sign and verify +operation -- cgit 1.2.3-korg