Initial commit
- add generic README.md - add outline on how we structure the keys in KEYS.md
This commit is contained in:
commit
1dbd62eb45
2 changed files with 118 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue