#!/usr/bin/env bash # Ask for DIRECT attestation. Register with fmt "none" and an all-zero AAGUID anyway. source "$(dirname "${BASH_SOURCE[0]}")/lib.sh" start_app attestationdirect > /dev/null { header "attestation: DIRECT requested, attestation: none accepted" ceremony register-and-login } 2>&1 | tee "$OUTPUT_DIR/pk-attestation.txt" stop_app