Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368209 - Add information about how to retrieve the gpg key to use on SecureMail
Summary: Add information about how to retrieve the gpg key to use on SecureMail
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Bugzilla Admins
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 20:04 UTC by Jorge Manuel B. S. Vicetto (RETIRED)
Modified: 2011-10-30 23:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jorge Manuel B. S. Vicetto (RETIRED) gentoo-dev 2011-05-20 20:04:00 UTC
Christian was kind enough to explain on #gentoo-infra that the gpg public key information required in the SecureMail[1] tab should be obtained by running:

gpg --export --armor $user@gentoo.org

Please add this information to that page so others can benefit from it too.

[1] - https://bugs.gentoo.org/userprefs.cgi?tab=securemail
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2011-05-20 23:17:00 UTC
In some cases that will lead to a fairly large key.
# gpg --export-options export-minimal,no-export-attributes --armour --export $EMAIL

Will give you a much more usable fragment.