Modify initialization to remove ownership step 45/63345/13
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Tue, 28 Aug 2018 23:24:42 +0000 (16:24 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Fri, 31 Aug 2018 18:07:54 +0000 (11:07 -0700)
commit72d45a672a5ea45439f9d4f630063e70872ed8cb
tree16a6e3b8f21d8b2309e89191d31eee3e6e61e06f
parentb4133b73e86c4f8cbd4284dde9970c2e8216baa4
Modify initialization to remove ownership step

TPM ownership and primary key creation is assumed to be a step that is
executed by the system administrator who will provide the credentials
to pods during startup [Srini]. Now, init only reads the public portion of the
primary key and puts it the host folder.
P9: Remove init.sh. Not needed as initialize will directly talk to device now.
Initialize is called during Step 1 and run_abrmd is called during Step 2

Issue-ID: AAF-409
Change-Id: Id0d1860f257c98045613e90b6b88e37858a9aceb
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
bin/abrmdcontainer/create_primary.sh [new file with mode: 0755]
bin/abrmdcontainer/init.sh [deleted file]
bin/abrmdcontainer/initialize_tpm.sh
bin/abrmdcontainer/run_abrmd.sh