You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: allow fetching AMD's Certificate Revocation List (CRL)
AMD publishes a Certificate Revocation List (CRL) via their KDS. The CRL
is signed by the ARK, and can be used to revoke ASK certificates.
Add a `fetch-crl` command to fetch the revocation list. A future commit
will add support to use the CRL to verify that an ASK has not been
revoked.
Signed-off-by: Carlos López <clopez@suse.de>
### Fetch Revocation List (SEV-SNP only, optional)
86
+
87
+
To fetch the certificate revocation list for verification, use the `fetch-clr` command from within the CVM:
88
+
89
+
```bash
90
+
# Fetch CLR from AMD KDS
91
+
cvmtool fetch-clr --certs-dir certs/
92
+
```
93
+
85
94
## Azure CVM Support
86
95
87
96
When built with the `azure` feature, cvmtool can retrieve attestation reports from Azure Confidential VMs via the vTPM (Virtual TPM). This works on Azure CVMs using either SNP or TDX isolation.
0 commit comments