diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-23 08:59:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-23 08:59:29 +0100 |
commit | be988f794577eac257e0730609c410493da9b790 (patch) | |
tree | 9fcd673aeefc10dde6cc3c1b50a2e7c1b3017355 /README.rst | |
parent | 6eed794137bafc203a6f31103cdab63e54401caf (diff) | |
download | gemato-be988f794577eac257e0730609c410493da9b790.tar.gz |
Update README for detached sig support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |