From 528f66703a73ce83e48f15a82fb7f377a42e7ead Mon Sep 17 00:00:00 2001 From: Nate Sales Date: Thu, 14 Nov 2024 14:21:32 -0500 Subject: [PATCH] docs: add link to attestation page for AWS root cert --- pkg/nitro/nitro.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/nitro/nitro.go b/pkg/nitro/nitro.go index 8db79f7..5dfed90 100644 --- a/pkg/nitro/nitro.go +++ b/pkg/nitro/nitro.go @@ -13,7 +13,8 @@ import ( "github.com/tinfoilanalytics/verifier/pkg/models" ) -// wget https://aws-nitro-enclaves.amazonaws.com/AWS_NitroEnclaves_Root-G1.zip +// AWS Nitro Enclaves root certificate from: https://aws-nitro-enclaves.amazonaws.com/AWS_NitroEnclaves_Root-G1.zip +// https://github.com/aws/aws-nitro-enclaves-nsm-api/blob/main/docs/attestation_process.md#21-attestation-document-definition //go:embed aws-nitro-root-g1.pem var awsRootCertBytes []byte