signing keys in GnuPG
If you don't sign your keys in GnuPG you'll get an error when encrypting that reads "There is no assurance this key belongs to the named user". If you get this error, you can correct it by signing the key with the following command at the command prompt:
where you put in your user-id. When you do this, it signs the public key with your secret key. Once you do this, you should be able to encrypt without getting the error.
gpg --sign-key user-id
where you put in your user-id. When you do this, it signs the public key with your secret key. Once you do this, you should be able to encrypt without getting the error.
| Link: | www.gnupg.org...Search for more tips related to this link |
| Rating: | no ratings, 0 total Votes |
| Categories: | free open source privacy GnuPG |
| Added: | on Oct 02, 2007 at 12:54 pm |
| Added By: | an anonymous user |

