meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit d6678b5fd084509681422a22541cd5fa6f1771e0
parent 4914d442c3568b02bc1f68fc0e7745d47165f6bf
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 25 Oct 2017 16:24:24 +0200

Update the pgp_signatures HTML template

Remove the references to the Solstice archives

Diffstat:
Mpgp_signatures.html.in | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pgp_signatures.html.in b/pgp_signatures.html.in @@ -1,6 +1,6 @@ <h2 id=PGP>PGP signatures</h2> -<p>The majority of archives that we distribue are cryptographically signed +<p>The majority of archives that we distribute are cryptographically signed using <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy#How_PGP_encryption_works"> OpenPGP</a>-compliant signatures. Everyone is encouraged to check the integrity @@ -13,12 +13,12 @@ files.</p> <a href=https://www.gnupg.org/>GnuPG</a>. First ensure that GnuPG is installed on your system. Then download the archive and its PGP signature and use the <code>gpg2</code> command to check the integrity of the archive against its -signature. For instance, for the <a href="solstice.html">Solstice</a> archive: +signature. <pre class="code"> -$ wget www.meso-star.com/solstice/downloads/Solstice-${VERSION}-GNU-Linux.tar.gz -$ wget www.meso-star.com/solstice/downloads/Solstice-${VERSION}-GNU-Linux.tar.gz.sig -$ gpg2 --verify Solstice-${VERSION}-GNU-Linux.tar.gz.sig +$ wget www.meso-star.com/solstice/downloads/Archive-Name-GNU-Linux64.tar.gz +$ wget www.meso-star.com/solstice/downloads/Archive-Name-GNU-Linux64.tar.gz.sig +$ gpg2 --verify Archive-Name-GNU-Linux64.tar.gz.sig </pre> <p>The first time you may obtain the likely output:</p> @@ -41,8 +41,8 @@ $ gpg2 --keyserver hkps://hkps.pool.sks-keyservers.net --recv-keys 7322B68F7896C previously downloaded public-key.</p> <pre class="code"> -$ gpg2 --verify Solstice-${VERSION}-GNU-Linux.tar.gz.sig -gpg: assuming signed data in 'Solstice-0.4.1-GNU-Linux64.tar.gz' +$ gpg2 --verify Archive-Name-GNU-Linux64.tar.gz.sig +gpg: assuming signed data in 'Archive-Name-GNU-Linux64.tar.gz' gpg: Signature made Tue 26 Sep 2017 09:28:40 AM CEST gpg: using RSA key 1F494948BAA4F5F4A0AF82FF7322B68F7896C455 gpg: Good signature from "Vincent Forest (http://www.meso-star.com)