PGP Tips

Things to do after updating my PGP key

curl $(node wkd.mjs --email yan12125@archlinux.org --advanced) | gpg --list-packets

Things to do after getting a new signature

$ cd archlinux-keyring
$ ./keyringctl export yan12125 | gpg --import

For signatures created by others, follow these steps:

After importing new signature, publish the overall key via steps in the previous section.

References

By default, hokey lint uses colors to indicate warnings and errors. To see details, use gpg --export "${FULL_PGP_FINGERPRINT}" | hokey lint --output-format=JSON | json_pp.

social