mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
27c457f04b
i TODO: fix all TODO in PR prior of review + squash Signed-off-by: Thierry Laurion <insurgo@riseup.net>
11 lines
189 B
Bash
Executable File
11 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
. /etc/functions
|
|
|
|
echo '*****'
|
|
echo '***** WARNING: This will erase all keys and secrets from the TPM'
|
|
echo '*****'
|
|
|
|
prompt_new_owner_password
|
|
|
|
tpmr reset "$tpm_owner_password"
|