This repository contains two approaches to verify SGX quotes from TLSNotary notary servers running in Intel SGX Trusted Execution Environments (TEEs):
intel-tee-quote-verification-docker
tee-quote-verification
quote_verification
To retrieve the SGX quote from a notary server:
rawQuote
You can perform these steps in a single command:
curl https://notary.pse.dev/v0.1.0-alpha.9/info | jq -r '.quote.rawQuote' | xxd -r -p > quote.dat