Update README.md

This commit is contained in:
Alexey 2022-04-27 19:14:39 +04:00 committed by GitHub
parent 26f309dcd7
commit f1694b6aa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -10,3 +10,13 @@ For checking digital sign on my files feel free to use this simple shell script.
``` ```
./check-sign-file.sh <filename> [filename.signature] [public-keyfile] ./check-sign-file.sh <filename> [filename.signature] [public-keyfile]
``` ```
Script download my publickey from this repo and check digital sign.
## Requirements
```
bash
awk
curl
openssl
```