We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de2ac90 + 6928d6d commit f77f64dCopy full SHA for f77f64d
abi/abi.go
@@ -875,13 +875,6 @@ func (c *CertTable) Proto() *pb.CertificateChain {
875
if len(result.VcekCert) == 0 && len(result.VlekCert) == 0 {
876
logger.Warning("Warning: Neither VCEK nor VLEK certificate found in data pages")
877
}
878
-
879
- if len(result.AskCert) == 0 {
880
- logger.Warningf("ASK certificate not found in data pages")
881
- }
882
- if len(result.ArkCert) == 0 {
883
- logger.Warningf("ARK certificate not found in data pages")
884
885
return result
886
887
0 commit comments