#!/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"