digital-signature/README.md

13 lines
355 B
Markdown
Raw Normal View History

2022-04-27 15:21:09 +02:00
# digital-signature
Repo for public checking digital signature of my files.
2022-04-27 17:12:23 +02:00
Hello everyone!
For checking digital sign on my files feel free to use this simple shell script.
1. Download Invoice and their .signature file from email
2. Run script with filename-of-invoice-file
```
./check-sign-file.sh <filename> [filename.signature] [public-keyfile]
```