Skip to content

Commit

Permalink
Merge pull request #71 from msanft/main
Browse files Browse the repository at this point in the history
Fix `TrustedKeyKeys` typo
  • Loading branch information
deeglaze authored Aug 31, 2023
2 parents c83c3d9 + e7a0023 commit 2f2e24f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type Options struct {
// provided.
TrustedIDKeys []*x509.Certificate
// TrustedIDKeyHashes is an array of SHA-384 hashes of trusted ID signer keys's public key in
// SEV-SNP API format. Not required if TrustedKeyKeys is provided.
// SEV-SNP API format. Not required if TrustedIDKeys is provided.
TrustedIDKeyHashes [][]byte
}

Expand Down

0 comments on commit 2f2e24f

Please sign in to comment.