I have set up a new OpenPGP key, to benefit from better security settings
and better storage practices of mine, and will be transitioning
away from my old one. The old key is not compromised in any way.
The old key will continue to be valid for some time, but I prefer all
future correspondence to come to the new one. I would also like this
new key to be re-integrated into the web of trust.
TL;DR?
gpg --recv-key 0x3463EA5A518A9C75 gpg --check-sigs 0x3463EA5A518A9C75 # either just sign locally gpg --lsign-key 0x3463EA5A518A9C75 # or sign and publish in the web of trust gpg --sign-key 0x3463EA5A518A9C75 && gpg --send-keys 0x3463EA5A518A9C75