From 51b297e93bae5a3ee083c6d013e9a41516570b0a Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 9 Oct 2017 10:02:09 +0300 Subject: [PATCH] doc: add Enigmail tutorial --- doc/enigmail.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/enigmail.md diff --git a/doc/enigmail.md b/doc/enigmail.md new file mode 100644 index 0000000..2daa675 --- /dev/null +++ b/doc/enigmail.md @@ -0,0 +1,26 @@ +# Tutorial + +First, install [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) and +the [Enigmail](https://www.enigmail.net/index.php/en/) add-on. + +Make sure to use the correct GNUPGHOME path before starting Thunderbird: +```bash +$ export GNUPGHOME=${HOME}/.gnupg/trezor +$ thunderbird +``` +Run the Enigmail's setup wizard and choose your GPG identity: +![01](https://user-images.githubusercontent.com/9900/31327339-47a5f69a-acd7-11e7-997c-7b5a286fe5bc.png) +![02](https://user-images.githubusercontent.com/9900/31327344-51dcd246-acd7-11e7-8cdc-dd305a512dbb.png) +![03](https://user-images.githubusercontent.com/9900/31327346-546862a0-acd7-11e7-8e00-b40994bd6f17.png) + +Then, you can compose encrypted (and signed) messages using the regular UI: + +NOTES: + - The email's title is **public** - only the body is encrypted. + - You will be asked to confirm the signature using the hardware device before sending the email. + +![04](https://user-images.githubusercontent.com/9900/31327356-660d098e-acd7-11e7-9e43-762898f5b57e.png) +![05](https://user-images.githubusercontent.com/9900/31327365-76679dda-acd7-11e7-9403-6965f0c6d8fe.png) + +After receiving the email, you will be asked to confirm the decryption the hardware device: +![06](https://user-images.githubusercontent.com/9900/31327371-7c1da4cc-acd7-11e7-9a5a-20accf621b49.png)