summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-01-23 08:59:29 +0100
committerMichał Górny <mgorny@gentoo.org>2023-01-23 08:59:29 +0100
commitbe988f794577eac257e0730609c410493da9b790 (patch)
tree9fcd673aeefc10dde6cc3c1b50a2e7c1b3017355
parent6eed794137bafc203a6f31103cdab63e54401caf (diff)
downloadgemato-be988f794577eac257e0730609c410493da9b790.tar.gz
Update README for detached sig support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 248fd05..648308b 100644
--- a/README.rst
+++ b/README.rst
@@ -57,17 +57,17 @@ for the specified leaf and respective Manifest files are updated.
Utility commands
----------------
-gemato provides a few other commands that could help debugging its
-behavior. Those are:
+gemato provides a few other utility commands that provide access to
+its crypto backend. These are:
``gemato hash -H <hashes> [<path>...]``
Print hashes of the specified files in Manifest-like format.
- Used to verify that the hash backend works correctly.
``gemato openpgp-verify [-K <key>] [<path>...]``
- Check OpenPGP signatures embedded in the specified files. Detached
- signatures are not supported. Used to verify that the OpenPGP backend
- works correctly.
+ Check OpenPGP cleartext signatures embedded in the specified files.
+
+``gemato openpgp-verify-detached [-K <key>] <sig-file> <data-file>``
+ Verify the specified data file against a detached OpenPGP signature.
Requirements