Create manpage dir in Makefile
Bump version to 0.2.0
Include man page in Makefile
Small utility to sign and verify payloads using SSH keys.
Requires Go 1.13 or newer and scdoc for docs.
$ make
$ ./sshign -h
Signing:
$ echo "This is my message" > sign-me.txt
$ ./sshign ~/.ssh/id_rsa < sign-me.txt > signature.txt
Verification:
$ ./sshign ~/.ssh/id_rsa.pub signature.txt < sign-me.txt
verify: ok