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 c83c3d9 + e7a0023 commit 2f2e24fCopy full SHA for 2f2e24f
validate/validate.go
@@ -91,7 +91,7 @@ type Options struct {
91
// provided.
92
TrustedIDKeys []*x509.Certificate
93
// TrustedIDKeyHashes is an array of SHA-384 hashes of trusted ID signer keys's public key in
94
- // SEV-SNP API format. Not required if TrustedKeyKeys is provided.
+ // SEV-SNP API format. Not required if TrustedIDKeys is provided.
95
TrustedIDKeyHashes [][]byte
96
}
97
0 commit comments