From 47ff7c5cb3147c7e1dedfc8559320fd438bdac8c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 11 Nov 2016 20:05:47 +0200 Subject: [PATCH] gpg: add usage example for GPA --- README-GPG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README-GPG.md b/README-GPG.md index 5a2c9d4..d930d25 100644 --- a/README-GPG.md +++ b/README-GPG.md @@ -26,6 +26,15 @@ $ pip install --user git+https://github.com/romanz/trezor-agent.git ## Sample usage (signature and decryption) [![asciicast](https://asciinema.org/a/7x0h9tyoyu5ar6jc8y9oih0ba.png)](https://asciinema.org/a/7x0h9tyoyu5ar6jc8y9oih0ba) +You can use GNU Privacy Assistant (GPA) in order to inspect the created keys +and perform signature and decryption operations using: + +``` +$ sudo apt install gpa +$ ./scripts/gpg-shell gpa +``` +[![GPA](https://cloud.githubusercontent.com/assets/9900/20224804/053d7474-a849-11e6-87f3-ab07dc536158.png)](https://www.gnupg.org/related_software/swlist.html#gpa) + ## Git commit & tag signatures: Git can use GPG to sign and verify commits and tags (see [here](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work)): ```