Run the following command in a boot environment:

secret = b"only_the_admin_knows_this" digest = hmac.new(secret, data, hashlib.sha256).hexdigest()