Closed msnitish closed 2 years ago
Hi @msnitish
The attestation process doesn't involve ACM.
The entire validation process is inside attestation_verifier.py
The process is based on the description which AWS provided: https://docs.aws.amazon.com/enclaves/latest/user/verify-root.html
@richardfan1126 Thank you. This made things clear regarding the validation process.
In the nitro-enclave-python-demo/attestation_verifier/client/client.py file, there seems to be no function which is validating the Attestation Document by checking the validity of certificate chain or which uses Nitro ACM.
Thank you.