Update pgp-commands.md

This commit is contained in:
2025-01-19 15:27:09 +01:00
committed by GitHub
parent 14ab9aaca8
commit ffae9f59e4

View File

@ -23,6 +23,6 @@ gpg --import-ownertrust trust.txt
```bash
gpg --list-keys
gpg --quick-set-expire <fingerprint> 1y
gpg --quick-set-expire <fingerprint> 1y '*'
gpg --export <your@ema.il> | curl -T - https://keys.openpgp.org
```