vfvs: > Ok I've uploaded my key to a keyserver, how should now notify in my > mails that my public key is in that one?
Usually the keyservers synchronise so that your public key will be replicated across all of the keyservers. You can test it by choosing a keyserver that you didn't upload it to, to see if it exists. For example, in your terminal application write: $ gpg --keyserver pgp.mit.edu --recv-key 0x8D8AEBF1 gpg: requesting key 8D8AEBF1 from hkp server pgp.mit.edu gpg: key 8D8AEBF1: "Trisquel GNU/Linux (Trisquel GNU/Linux signing key) <[email protected]>" not changed gpg: Total number processed: 1 gpg: unchanged: 1 It will alert you if the key isn't on the keyserver. Andrew
