--- import type { InferSelectModel } from "drizzle-orm"; import type { cvTable } from "../../db/schema"; import { Icon } from "astro-icon/components"; interface Props { cv: InferSelectModel; } const { cv } = Astro.props; ---
{cv.pgp_signature}

Verification Instructions

1. Verify SHA256 Hash

Compare the output of following command with the SHA256 hash shown above.

shasum -a 256 cv.pdf

2. Verify PGP Signature

  1. Download Alexander Daichendt's public pgp key from here
  2. Import the key into your keyring with
    gpg --import ~/Downloads/pub.key
  3. Download the above PGP signature by clicking
  4. Run the following command:
  5. gpg --verify signature.asc cv.pdf

    If the verification is successful, GPG will indicate so.

    gpg: Good signature from "Alexander Daichendt <alexander@daichendt.one>" [ultimate]