From be988f794577eac257e0730609c410493da9b790 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 23 Jan 2023 08:59:29 +0100 Subject: Update README for detached sig support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- README.rst | 12 ++++++------ 1 file 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 [...]`` Print hashes of the specified files in Manifest-like format. - Used to verify that the hash backend works correctly. ``gemato openpgp-verify [-K ] [...]`` - 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 ] `` + Verify the specified data file against a detached OpenPGP signature. Requirements -- cgit v1.2.3