From 7e6db4a51e7cf4b5fe875637f8633cfa060311be Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 14 Jan 2022 11:39:48 -0500 Subject: [PATCH] docs: link to RPM cryptographic header documentation --- docs/source/signing.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/signing.rst b/docs/source/signing.rst index 4f2b2f04..5bbcd961 100644 --- a/docs/source/signing.rst +++ b/docs/source/signing.rst @@ -71,6 +71,9 @@ A lower-level command that shows the signature on an RPM file (the rpm -q --qf '%{NAME} %{RSAHEADER:pgpsig}\n' -p python-routes-2.5.1-1.el8.src.rpm +Learn more about RPM signatures and digests in `RPM's reference manual +`_. + Uploding signed RPMs to Koji ----------------------------