Verify a certificate's signature
verify_certificateVerify a certificate's attestation by validating its HMAC signature. Confirms authenticity and integrity of declared metadata without comparing to any file.
Instructions
Verify the HMAC signature of a certificate's attestation (+ declared metadata, if any) without checking against any local file. Confirms authenticity and integrity of the declared data, not that a given file matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anno | No | ||
| hash | Yes | The SHA-256 fingerprint from the certificate. | |
| hmac | Yes | The HMAC signature from the certificate. | |
| note | No | ||
| autore | No | ||
| titolo | No | ||
| attestazione | Yes | The attestation string from the certificate. |