mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 04:26:43 -06:00
- Add dedicated /pgp page with key viewer and download options - Support CLI-friendly endpoints (/publickey.asc, /pgp.asc, /.well-known/pgpkey.asc) - Detect user-agent to serve raw key to curl/wget or HTML to browsers - Add modal component for quick key access from homepage - Embed static key file in Rust assets for efficient serving
7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
export const PGP_KEY_METADATA = {
|
|
fingerprint: '211D 7157 249B F07D 81C8 B9DE C217 005C F3C0 0672',
|
|
keyId: 'C217005CF3C00672',
|
|
email: 'xevion@xevion.dev',
|
|
name: 'Ryan Walters',
|
|
} as const;
|