I just signed a friend's public key using gpg --sign-key. How can I send the signed key back to the key server, so that other people can see that I've signed it?

link|improve this question
feedback

migrated from security.stackexchange.com Jan 30 at 8:43

This question came from our site for IT security professionals.

1 Answer

Use gpg --send-keys.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown