You are not logged in.
Pages: 1
Hello,
I'm not sure in what section this belongs. It's not per se Arch related, so I guess it should go here.
Here's the case: I have updated my Hotmail account to the new Outlook, but when I created my GPG key I used my Hotmail account. How can I change this email adress, possibly without changing my GPG key? I looked at the gpg manpage but couldn't find anything and Google isn't that helping either.
Last edited by Unia (2012-08-02 18:36:34)
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Use gpg --list-keys to find the key ID, then run gpg --edit-key <ID>. "adduid" will add a new user ID (name + email address); use "revuid" to revoke the old one if it's been compromised or you just don't want it anymore.
Don't forget to re-upload it if you've posted it to a server (using --send-keys), and make sure all the contacts that have the original key get the new version.
Last edited by Trent (2012-08-02 18:25:38)
Offline
Thanks, that worked! Just for clarification (took me a while to figure out): before typing revuid, type the number of the user ID you want to revoke.
Solved!
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Pages: 1