1
0
Fork 0
keys/README.md
Alexander Hess 1dbd62eb45
Initial commit
- add generic README.md
- add outline on how we structure the keys in KEYS.md
2026-07-08 13:07:14 +02:00

18 lines
448 B
Markdown

# OpenPGP Keys
This repository documents my OpenPGP keys: Policies, ceremonies, and history.
## Contents
- [`KEYS.md`](KEYS.md): current key, policies, and all ceremonies
- [`KEYS.md.asc`](KEYS.md.asc): detached signature, renewed at every ceremony
- [`snapshots/`](snapshots/): yearly exports of the current key
- [`history/`](history/): armored public keys of all keys ever published
## Verify
```bash
gpg --verify KEYS.md.asc KEYS.md
```