Analogously, we can inspect a modern v6 OpenPGP certificate, which uses up-to-date formats from the very recent RFC 9580.
We'll make a fresh example v6 certificate to look at with the "rsop" tool:
$ rsop generate-key --profile rfc9580 "" | rsop extract-cert > alice_v6.cert
And then look into it with:
$ rpgp status alice_v6.cert
🧵 3/5
We can also ask the "rpgp" CLI tool to emit the same certificate status information in #JSON format:
$ rpgp status --json alice_v6.cert
Please be aware that the rpgp JSON output format is in a very early stage, and may be subject to change!
(At some point I will commit to not changing the JSON format on a whim, but that point is not right now.)
🧵 4/5