From: Christos Zoulas Date: Wed, 6 Dec 2017 01:04:53 +0000 (+0000) Subject: add a gpg for dummies section. X-Git-Tag: FILE5_33~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cf8a0864a7fa654ee53ebc042e9a4ee8ccacd22;p=file add a gpg for dummies section. --- diff --git a/README b/README index 91285ea2..c4a915f2 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ ## README for file(1) Command ## - @(#) $File: README,v 1.51 2017/11/04 01:19:45 christos Exp $ + @(#) $File: README,v 1.52 2017/12/06 01:04:53 christos Exp $ Mailing List: file@mx.gw.com [currently down] Mailing List archives: http://mx.gw.com/pipermail/file/ [currently down] @@ -136,6 +136,19 @@ guidelines: ------------------------------------------------------------------------------ +gpg for dummies: + +$ gpg --verify file-X.YY.tar.gz.asc file-X.YY.tar.gz +gpg: assuming signed data in `file-X.YY.tar.gz' +gpg: Signature made WWW MMM DD HH:MM:SS YYYY ZZZ using DSA key ID KKKKKKKK + +To download the key: + +$ gpg --keyserver hkp://keys.gnupg.net --recv-keys KKKKKKKK + +------------------------------------------------------------------------------ + + Parts of this software were developed at SoftQuad Inc., developers of SGML/HTML/XML publishing software, in Toronto, Canada. SoftQuad was swallowed up by Corel in 2002 and does not exist any longer.