2026-07-08 13:04:55 +02:00
|
|
|
# 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
|
2026-07-08 17:27:41 +02:00
|
|
|
- [`ceremonies/`](ceremonies/): signed records of exceptional events (e.g., key supersessions)
|
2026-07-08 13:04:55 +02:00
|
|
|
- [`history/`](history/): armored public keys of all keys ever published
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Verify
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
gpg --verify KEYS.md.asc KEYS.md
|
|
|
|
|
```
|