Verify a certificate's signature
verify_certificateVerify the authenticity and integrity of a certificate's declared attestation data. Enter the certificate's SHA-256 hash, attestation string, and HMAC signature to confirm the declared data is genuine and unaltered.
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. |