I recently added a new page for this site: onnilampi.fi/keys. The page contains a list of all PGP keys I've used in the past, as well as the ones currently being used by me. Most notably, one of the old keys is the one I used with Proton Mail for almost 10 years, and recently retired as I moved away from using Proton Mail as my "main" email provider. The move away from Proton Mail was not directly related to PGP, but mostly driven by an unsatisfactory UX that's been bugging me for a while. This being said, I will keep using Proton Mail for more anonymous communications in the future as well, as I'm very happy about the service in general. It just didn't really fit the bill for my personal preference of Thunderbird-based email.
Anyway, back to the topic of PGP keys. As I like to do, I started this small project by listinga bunch of requirements I wanted to fulfill:
Luckily, the venerable Thunderbird is nowadays equipped with pretty much everything I need to acheive those goals.
Things that Thudnerbird doesn't automatically achieve, I pretty much need to handle with some process anyway.
As icing on the cake, Thunderbird stores the keys in a format that's directly usable by GnuPG.
All I have to do is declare the profile directory as the GnuPG home directory: gpg --homedir ~/.thunderbird/profile_dir_name
and everything works seamlessly.
Now, I don't really use GnuPG to manage the email keys (more on that later), but the compatibility is handy for exporting, importing and modifying the keys, if necessary.
The lifecycle of a PGP key looks roughly like this in my setup:
This approach is practically 100% driven by the sublimely good Thunderbird UI, which is able to facilitate all of the mentioned steps automatically. Only in a situation where I permanently lose access to the keys unexpectedly, do I need to accept the fact that I can't explicitly revoke a key. Even in that situation, I'm still able to just start over, import all the public keys I had from a backup (which doesn't contain the private keys), and update the newly created key to the keys.openpgp.org -portal. I do have to accept the fact that there is technically a valid key present, but a relatively short key expiration interval should limit that adequately. Might be I'll eventually make that interval into something like 6 months, but remains to be seen.
In summary, I'm nowadays completely independent from any individual email provider, when it comes to encrypting my emails, which is cumbersome but also kinda neat.