From f6091652787d55b18bb3423acb483e0c5548c73a Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Wed, 7 Sep 2022 14:51:25 -0700 Subject: [PATCH] correct nitro attestation method --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6ab1de1..81b87dd 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ security applications. ## Platforms ## -| Platform | Target | Status | Verified boot Method | -|----------------------------|:-------:|:--------:|:--------------------:| -| Generic/Qemu | generic | working | Safeboot or Heads | -| AWS Nitro Enclaves | aws | building | HOTP via Nitrokey | -| GCP Confidential Compute | gcp | research | vTPM 2.0 attestation | -| Azure Confidential VMs | azure | research | vTPM 2.0 attestation | +| Platform | Target | Status | Verified boot Method | +|----------------------------|:-------:|:--------:|:---------------------:| +| Generic/Qemu | generic | working | Safeboot or Heads | +| AWS Nitro Enclaves | aws | building | Nitro attestation API | +| GCP Confidential Compute | gcp | research | vTPM 2.0 attestation | +| Azure Confidential VMs | azure | research | vTPM 2.0 attestation | ## Features ##