Skip to content

Commit

Permalink
docs: add link to attestation page for AWS root cert
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Nov 14, 2024
1 parent 0bc5e9d commit 528f667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 528f667

Please sign in to comment.