Add gpg to wiki

jbarlow83 2018-06-06 12:59:00 -07:00
parent 190db5de07
commit 7a5771a125

11
Home.md

@ -2,4 +2,13 @@
This wiki contains user-contributed content about using OCRmyPDF.
* [OCRmyPDF documentation](https://ocrmypdf.readthedocs.io/)
* [OCRmyPDF documentation](https://ocrmypdf.readthedocs.io/)
If you wish to encrypt a PDF for the maintainer of OCRmyPDF only, you may use.
```bash
gpg --recv-keys 4434eb74c4a35f7f --keyserver pgp.mit.edu
gpg --output test.pdf.gpg --encrypt --receipient 4434eb74c4a35f7f test.pdf
```