summaryrefslogtreecommitdiffstats
path: root/tpm-tools/README
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2018-03-30 20:27:32 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-30 20:27:32 +0000
commit183342f64c1574968a5ae08a6d0486f688d395e3 (patch)
tree3ea2086e1af58f999eee0b52f58ce72dc57b5bbc /tpm-tools/README
parent337e67515bb081df614ae7e8313c904499e3505f (diff)
parent76f424e841653b899504d8064f1055f8c114985d (diff)
Merge "tpm tools for the below functionalities"
Diffstat (limited to 'tpm-tools/README')
-rw-r--r--tpm-tools/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/tpm-tools/README b/tpm-tools/README
new file mode 100644
index 0000000..a49420c
--- /dev/null
+++ b/tpm-tools/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