Package:Gnupg

From Funtoo
Revision as of 19:29, May 17, 2015 by Threesixes (talk | contribs) (more details)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Gnupg

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


Usage

get a gpg key

root #gpg --gen-key
:1
:2048
:1y
:y
:Real name: myalias
:Email address: myemail@gmail.com
:Comment: gpg keygen
:o
:enter gpg passphrase
start haveged, or other secure /dev/random entropy generators.

 gpg: /root/.gnupg/trustdb.gpg: trustdb created
 gpg: key D13AFD2D marked as ultimately trusted

gpg sign a file

root # gpg -a -o filename.tar.xz.asc --default-key D13AFD2D --detached-sign filename.tar.xz