mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-25 14:56:18 -05:00
attetstation: enable Azure TDX CRL checking (#3160)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
c682558940
commit
8b76dd68ca
@ -93,9 +93,8 @@ func (v *Validator) validateQuote(tdxQuote *tdx.QuoteV4) error {
|
|||||||
roots.AddCert((*x509.Certificate)(&v.cfg.IntelRootKey))
|
roots.AddCert((*x509.Certificate)(&v.cfg.IntelRootKey))
|
||||||
|
|
||||||
if err := verify.TdxQuote(tdxQuote, &verify.Options{
|
if err := verify.TdxQuote(tdxQuote, &verify.Options{
|
||||||
// TODO: Re-enable CRL checking once issues on Azure's side are resolved.
|
CheckRevocations: true,
|
||||||
// CheckRevocations: true,
|
GetCollateral: true,
|
||||||
// GetCollateral: true,
|
|
||||||
TrustedRoots: roots,
|
TrustedRoots: roots,
|
||||||
Getter: v.getter,
|
Getter: v.getter,
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user