Hello
I have created a certificate and signed it with cert-issuer.
I have obtained the hash of the transaction and verified that it was done correctly, but when I verify the certificate from the blockcerts site or from cert-verifier-js I get the following message:
Computed hash does not match remote hash
This is my certificate
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/blockcerts/v3",{
"alumniOf":{
"@id": "https://schemas.learningmachine.com/2017/blockcerts/nonce",
"@type": "https://schema.org/Text"
}
}
],
"type": [
"VerifiableCredential",
"BlockcertsCredential"
],
"issuer": "https://www.blockcerts.org/samples/2.0/issuer-testnet.json",
"issuanceDate": "2023-08-24T18:20:30Z",
"id": "urn:uuid:7224744c-9e7f-4668-b900-f768cfdbd05f",
"credentialSubject": {
"id": "ecdsa-koblitz-pubkey:mkwntSiQmc14H65YxwckLenxY3DsEpvFbe",
"alumniOf": {
"id": "https://www.issuer.org"
}
},
"nonce": "123",
"proof": {
"type": "MerkleProof2019",
"created": "2023-08-25T11:21:59.400781",
"proofValue": "z9nmN4tsD8AYm9okpHxBZA8UNBCPukRvn4CD1yWCcooDuXMtUwKSQ5CfHSZodyG2ZZz4uMwKFjra5JaoUDiAmpAVANSYfwZeLtxmzt38L4F6xZqXDkm88VeDWTaquqYrmrgmD5REPCd3m1cXtmeKmHzc7BcRep7wj8nJRJ6U9Xy7AmkVfQra9Guw57PHVNVpymvcoSTJm1kh8RDKEFmiiHWJgRhmMuKm7h7we7sMkhAZfSmAhsvNMGP9iQbdJZn1ewrVexMjmSJAB2sdDAA8AAUZNvk2zEGDV5jD2unh62Ce5Y25NdSNxYTwdvYBWBFQtWx7KUAYmN8zubzQY2m5TSBaMnEcouFRtiS1wHjjCGfQzkDfAF7RKJQsPap8DwTQ2aTfn83UpubiAYTWgqj6tQwrWRv",
"proofPurpose": "assertionMethod",
"verificationMethod": "https://www.blockcerts.org/samples/3.0/issuer-blockcerts.json#key-1"
}
}