mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
parent
45478e1dd6
commit
868785690f
1 changed files with 7 additions and 0 deletions
|
@ -65,6 +65,13 @@ Minisign is also available with docker:
|
|||
|
||||
$ docker run -i --rm jedisct1/minisign
|
||||
|
||||
For example, verifying a signature using the docker image can be done
|
||||
with:
|
||||
|
||||
$ docker run -v .:/minisign -e HOME=/minisign -w /minisign \
|
||||
-it --rm jedisct1/minisign \
|
||||
-Vm file_to_verify -p minisign.pub
|
||||
|
||||
The image can be verified with the following cosign public key:
|
||||
|
||||
```text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue