PGP: Add sequoia and gpg examples
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
25753a5034
commit
e5563218cd
4 changed files with 36 additions and 0 deletions
|
@ -16,9 +16,25 @@ I have setup a link:https://keyoxide.org/wkd/marko%40korhonen.cc[profile at Keyo
|
|||
which has all of the information about my key. It also serves as proof of ownership to many
|
||||
of my online accounts.
|
||||
|
||||
== WKD
|
||||
|
||||
I also have a WKD (Web Key Directory) server setup so supported clients should be able to
|
||||
automatically import my key based on my email address mailto:marko@korhonen.cc[]
|
||||
|
||||
=== Fetch key with Sequoia
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
include::assets/sequoia.sh[]
|
||||
----
|
||||
|
||||
=== Import key with GnuPG
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
include::assets/gpg.sh[]
|
||||
----
|
||||
|
||||
== Update 2022-08-28: new key
|
||||
|
||||
I have decided to change my old RSA key to ed25519. I have link:assets/marko_korhonen_pgp.asc.sig[signed the new key] with link:assets/old_key/marko_korhonen_pgp.asc[my old key] if you wish to verify cryptographically that the new key belongs to me (given that you believed that my old key belonged to me to begin with 😉). Revocation certificate for the old key is available at link:assets/old_key/marko_korhonen_pgp.rev[here].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue