Repo for public checking digital signature of my files.
Go to file
Alexey f1694b6aa6
Update README.md
2022-04-27 19:14:39 +04:00
README.md Update README.md 2022-04-27 19:14:39 +04:00
akrugliak-publickey.pem add publickey 2022-04-27 17:22:22 +04:00
check-sign-file.sh add check-sign-file.sh 2022-04-27 19:12:23 +04:00

README.md

digital-signature

Repo for public checking digital signature of my files.

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]

Script download my publickey from this repo and check digital sign.

Requirements

bash
awk
curl
openssl