By signing the public key, we are saying we know that this key belongs to this person. We can send this signed key back to the person who sent us the public key, and they can use our signature to help prove their online identity. This step is optional, but is done as a courtesy to other people who are online.
- On the ''Start bar'', click on your ''DOS box''.
- Type in the following command: c: gnupg gpg -edit-key email where ''email'' is the email address of the person who sent you the key. Type in the following commands:
- Enter your password.
- Type ''quit''.
- When asked to save changes, type ''y''.
It is worth noting that we are not claiming to trust this person by doing this. We are saying that we are very certain this person actually is who they say they are.
You can then use the same process as in ''Distribute Public Keys'' to send out keys which you have signed.