diff options
author | mathieui <mathieui@mathieui.net> | 2014-03-07 22:53:41 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-03-07 22:53:41 +0100 |
commit | 7a736470df66de6694bad46b89889391f37aa44a (patch) | |
tree | 8f3211ebb4fcea390b49d2be0f309fac27749a58 /plugins/gpg | |
parent | 8ec5671025e0651e2808c67e66c634b2d46b77b4 (diff) | |
download | poezio-7a736470df66de6694bad46b89889391f37aa44a.tar.gz poezio-7a736470df66de6694bad46b89889391f37aa44a.tar.bz2 poezio-7a736470df66de6694bad46b89889391f37aa44a.tar.xz poezio-7a736470df66de6694bad46b89889391f37aa44a.zip |
Add a mention about poezio_gpg_export in the doc
Diffstat (limited to 'plugins/gpg')
-rw-r--r-- | plugins/gpg/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/gpg/__init__.py b/plugins/gpg/__init__.py index 6c1165df..156f38b2 100644 --- a/plugins/gpg/__init__.py +++ b/plugins/gpg/__init__.py @@ -46,7 +46,10 @@ whenever you need it. The ``keys`` section contains your contact’s id keys. For each contact you want to have encrypted conversations with, add her/his JID associated with the keyid -of his/her key. +of his/her key. You can autogenerate a keys section based on the ones already +in your trust chain by running the script ``poezio_gpg_export`` provided with +poezio (in the :file:`scripts/` directory). Please double-check the section +created this way. And that’s it, now you need to talk directly to the **full** jid of your contacts. Poezio doesn’t let you encrypt messages whom recipients is a bare |