From dc0d4e64be14254310e363ef568f330a04a9096e Mon Sep 17 00:00:00 2001 From: Skye Soss Date: Tue, 23 Jun 2026 15:20:08 -0500 Subject: [PATCH 1/2] Add link to AppImageUpdate for validate tool Added a reference to the AppImageUpdate project for the validate tool and clarified the integration of validate functionality into related tools. --- source/packaging-guide/optional/signatures.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/packaging-guide/optional/signatures.rst b/source/packaging-guide/optional/signatures.rst index 1a71b00..15f57f8 100644 --- a/source/packaging-guide/optional/signatures.rst +++ b/source/packaging-guide/optional/signatures.rst @@ -65,7 +65,9 @@ You can display the digital signature that is embedded in AppImage by running th Validating the signature ------------------------ -To validate a signature of an an AppImage and to determine whether an AppImage has been compromised, an external tool needs to be used. There is a very simple tool called :code:`validate` that can do this. +To validate a signature of an an AppImage and to determine whether an AppImage has been compromised, an external tool needs to be used. +There is a very simple tool called :code:`validate` that can do this. +It can be found in the [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) project. .. code-block:: shell @@ -80,4 +82,4 @@ Signature validation can also be integrated into higher level software such as t .. todo:: - It may be desirable to integrate validate functionality into :code:`libappimage` and into tools like :code:`appimagetool`, the optional :code:`appimaged` demon and/or :code:`AppImageUpdate`. + It may be desirable to integrate validate functionality into :code:`libappimage` and into tools like :code:`appimagetool` and the :code:`appimaged` demon. From 509206f07e23980502d8c013c5427c80652654ea Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Tue, 23 Jun 2026 22:32:05 +0200 Subject: [PATCH 2/2] Apply suggestion from @TheAssassin --- source/packaging-guide/optional/signatures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packaging-guide/optional/signatures.rst b/source/packaging-guide/optional/signatures.rst index 15f57f8..28764f4 100644 --- a/source/packaging-guide/optional/signatures.rst +++ b/source/packaging-guide/optional/signatures.rst @@ -67,7 +67,7 @@ Validating the signature To validate a signature of an an AppImage and to determine whether an AppImage has been compromised, an external tool needs to be used. There is a very simple tool called :code:`validate` that can do this. -It can be found in the [AppImageUpdate](https://github.com/AppImageCommunity/AppImageUpdate) project. +It can be found in the `AppImageUpdate `_ project. .. code-block:: shell