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 b4c342d + e8a92ae commit 3e920b9Copy full SHA for 3e920b9
main.go
@@ -44,7 +44,7 @@ func VerifySSHKey(sshKey string, attestation string, keyCertificate string) (*Re
44
return nil, errors.Wrap(err, "Failed to compute SSH Key from attestation")
45
}
46
if !bytes.Equal(sshPubKey.Marshal(), attPubKey.Marshal()) {
47
- return nil, errors.New("SSH Key doesn't match attesation")
+ return nil, errors.New("SSH Key doesn't match attestation")
48
49
50
// Parse key certificate and verify attestation signature
0 commit comments