From 6a3770a4f4dda8e14e7e1c83043e71bf0559c02d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Tue, 31 Jul 2012 10:01:27 +0300 Subject: [PATCH] GPG guide: Fix groupline example. It used format SHORT instead of 0xLONG. --- articles/guides/GPG/GPG.html | 4 +--- articles/guides/GPG/GPG.html.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/articles/guides/GPG/GPG.html b/articles/guides/GPG/GPG.html index 6d636c4..a15e74b 100644 --- a/articles/guides/GPG/GPG.html +++ b/articles/guides/GPG/GPG.html @@ -125,14 +125,12 @@ keyserver-options auto-key-retrieve no-include-revoked verbose import-cleanGroup lines

Group lines are a way to write email to one recepient and have it encrypted to multiple keys automatically.

Example group line:

-

group =82A46728 8449A12B 666CC0DD 4EC00206

-
+=0x4DB53CFE82A46728 0x0BD622288449A12B 0x729DF464666CC0DD 0xCACC5B094EC00206

With that line, when recepient is touchlay-server@googlegroups.com, then emails are encrypted to those 4 keys.

NOTE: I think that group lines require email addresses to be in format

diff --git a/articles/guides/GPG/GPG.html.md b/articles/guides/GPG/GPG.html.md index 7729f74..eb08540 100644 --- a/articles/guides/GPG/GPG.html.md +++ b/articles/guides/GPG/GPG.html.md @@ -197,7 +197,7 @@ Group lines are a way to write email to one recepient and have it encrypted to m Example group line: -> group =82A46728 8449A12B 666CC0DD 4EC00206 +group =0x4DB53CFE82A46728 0x0BD622288449A12B 0x729DF464666CC0DD 0xCACC5B094EC00206 With that line, when recepient is touchlay-server@googlegroups.com, then emails are encrypted to those 4 keys.