]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3021] Add docs section
authorSlawek Figiel <slawek@isc.org>
Wed, 22 May 2024 13:53:27 +0000 (15:53 +0200)
committerSlawek Figiel <slawek@isc.org>
Wed, 22 May 2024 15:20:08 +0000 (17:20 +0200)
doc/sphinx/arm/install.rst

index 20bd159a08bf38f0baf8c18abc0e5de2b2e04d1b..66fa0881dfdb14a91ab4709e96b9e4e94c1e9efd 100644 (file)
@@ -216,6 +216,30 @@ Download Tar File
 The Kea release tarballs may be downloaded from:
 https://downloads.isc.org/isc/kea/.
 
+Verify The Tar File Signature
+-----------------------------
+
+The tar file with the source code is distributed together with its
+GPG signature. The signature is a file with the same name as the tar
+file appended by the ``.asc`` extension. You can find the signature
+file on our download page, FTP, or CloudSmith.
+
+The signature is created using the ISC code-signing key. The current
+set of ISC code-signing keys is available from the ISC website at
+https://www.isc.org/pgpkey (the ``isc-keyblock.asc`` file).
+
+The signature can be verified using the GnuPGP ``gpg`` tool. The
+following commands import the code-signing keys and verify the
+signature:
+
+.. code-block:: console
+
+   $ gpg --import isc-keyblock.asc
+   $ gpg --verify kea-X.Y.Z.tar.gz.asc kea-X.Y.Z.tar.gz
+
+The verification allows users to confirm that the tar file has not
+been tampered with and that it was created by ISC.
+
 Retrieve From Git
 -----------------