💾 Archived View for log.pfad.fr › openpgp captured on 2024-08-31 at 11:51:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-12-28)
-=-=-=-=-=-=-
My OpenPGP Public Key (binary format)
The OpenPGP Key for my contact email is published using Web Key Directory (WKD). This means that you should be able to retrieve it by executing the following GNU Privacy Guard (GPG) command:
gpg --auto-key-locate clear,wkd,local --locate-keys log@olivier.pfad.fr
The "--auto-key-locate" flag seems to be needed when the remote key is expired.
For this to work, I adapted the instructions of the gnupg.org wiki to my static hosting setup:
Hosting a Web Key Directory (without dynamic WKS)
Note to my future self, when my public key expires:
gpg --edit-key 7990D4E495F44B663C77D91F13AF319567F00418 > expire > 12m > save # (openpgpkey.olivier.)pfad.fr # make well-known # make deploy