From: Sergey Matveev Date: Sun, 10 Jan 2016 13:38:38 +0000 (+0300) Subject: [DOC] Signing public key with long keyid format X-Git-Tag: 5.1^2~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=4c6c6bbbafa14749541538dde68a21b7a23e787a [DOC] Signing public key with long keyid format Signed-off-by: Sergey Matveev --- diff --git a/doc/integrity.texi b/doc/integrity.texi index dc51aaf..ccbb5c8 100644 --- a/doc/integrity.texi +++ b/doc/integrity.texi @@ -5,11 +5,11 @@ You @strong{have to} verify downloaded archives integrity and check their signature to be sure that you have got trusted, untampered software. For integrity and authentication of downloaded binaries @url{https://www.gnupg.org/, The GNU Privacy Guard} is used. You must -download signature (.sig) provided with the tarball. +download signature (@code{.sig}) provided with the tarball. For the very first time you need to import signing public keys. They are provided below, but be sure that you are reading them from the trusted source. Alternatively check this page from @ref{Contacts, other sources} and look for the mailing list announcements. -@include pubkey.texi +@verbatiminclude pubkey.txt diff --git a/doc/pubkey.texi b/doc/pubkey.txt similarity index 91% rename from doc/pubkey.texi rename to doc/pubkey.txt index 1851e7f..34183c9 100644 --- a/doc/pubkey.texi +++ b/doc/pubkey.txt @@ -1,7 +1,6 @@ -@verbatim -pub rsa2048/FFE2F4A1 2015-03-10 -uid [ultimate] Sergey Matveev (GoVPN release signing key) -sub rsa2048/8A6C750A 2015-03-10 +pub rsa2048/0xF2F59045FFE2F4A1 2015-03-10 +uid Sergey Matveev (GoVPN release signing key) +sub rsa2048/0x3128EE3F8A6C750A 2015-03-10 -----BEGIN PGP PUBLIC KEY BLOCK----- @@ -35,4 +34,3 @@ jUbjWn+P7ARGEvgdd5utNjy/RaSwrLG8NXj3I+XuksG0/TPeG0zu9NOPzWZq9sCc E0itJPXMaQL+juUfiNM0i2R1O8nJo14= =LJzj -----END PGP PUBLIC KEY BLOCK----- -@end verbatim