mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-23 22:49:43 -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,11 +93,10 @@ func (v *Validator) validateQuote(tdxQuote *tdx.QuoteV4) error {
|
||||
roots.AddCert((*x509.Certificate)(&v.cfg.IntelRootKey))
|
||||
|
||||
if err := verify.TdxQuote(tdxQuote, &verify.Options{
|
||||
// TODO: Re-enable CRL checking once issues on Azure's side are resolved.
|
||||
// CheckRevocations: true,
|
||||
// GetCollateral: true,
|
||||
TrustedRoots: roots,
|
||||
Getter: v.getter,
|
||||
CheckRevocations: true,
|
||||
GetCollateral: true,
|
||||
TrustedRoots: roots,
|
||||
Getter: v.getter,
|
||||
}); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user