In the past, I used to have a few PGP keys that were distributed either manually, or through my website.
As of now, all those keys are invalidated as I switched completely to SSH keys a few years ago.
So, if you want to verify commits, or anything signed that I publish, please use the following keys:
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvTe4xw7OAMA9HJtsHAR5BNNrP9X0hXbtASrgKDdnOT
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwCQ4IcPyL/0Nz2jNayUrN0B+zsEZ5oa8BepdtAYZLr
Those are respectively the key used by my workstation, and my laptop.
The easiest way to use those, is to add them to your allowed_signers file, for instance:
*@j4.lc namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHvTe4xw7OAMA9HJtsHAR5BNNrP9X0hXbtASrgKDdnOT Workstation
*@j4.lc namespaces="git" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwCQ4IcPyL/0Nz2jNayUrN0B+zsEZ5oa8BepdtAYZLr Laptop
Code language: CSS (css)
0 Responses