mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-02-20 09:46:14 +00:00
added startup to tpm reset
added startup to tpm reset
This commit is contained in:
parent
c8ced804d9
commit
3a7d597900
@ -114,16 +114,16 @@ function resetTpm2Emulator {
|
|||||||
|
|
||||||
echo "clearing the TPM PCR values"
|
echo "clearing the TPM PCR values"
|
||||||
|
|
||||||
#pkill -f "tpm2-abrmd"
|
pkill -f "tpm2-abrmd"
|
||||||
#pkill -f "tpm_server"
|
pkill -f "tpm_server"
|
||||||
rm /ibmtpm/src/NVChip
|
rm -f /ibmtpm/src/NVChip
|
||||||
# /ibmtpm/src/./tpm_server &
|
/ibmtpm/src/./tpm_server &
|
||||||
# sleep 1
|
sleep 1
|
||||||
# pushd /ibmtss/utils > /dev/null
|
pushd /ibmtss/utils > /dev/null
|
||||||
# ./startup
|
./startup
|
||||||
# sleep 1
|
sleep 1
|
||||||
# popd > /dev/null
|
popd > /dev/null
|
||||||
# tpm2-abrmd -t socket &
|
tpm2-abrmd -t socket &
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to update the hirs-site.config file
|
# Function to update the hirs-site.config file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user