Signing files using GPG
March 04, 2021 -Signing a pdf document
To sign a pdf document:
gpg --output doc.pdf.sig --detach-sig doc.pdf
When sending the document send both doc.pdf and doc.pdf.sig
People can then verify the digital signature with
gpg --verify doc.pdf.sig doc.pdf