mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 17:00:40 +01:00
GPG guide: Fix groupline example. It used format SHORT instead of 0xLONG.
This commit is contained in:
parent
759855c250
commit
6a3770a4f4
@ -125,14 +125,12 @@ keyserver-options auto-key-retrieve no-include-revoked verbose import-clean</cod
|
||||
<h4 id="group-lines">Group lines</h4>
|
||||
<p>Group lines are a way to write email to one recepient and have it encrypted to multiple keys automatically.</p>
|
||||
<p>Example group line:</p>
|
||||
<blockquote>
|
||||
<p>group <script type="text/javascript">
|
||||
<!--
|
||||
h='googlegroups.com';a='@';n='touchlay-server';e=n+a+h;
|
||||
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+'a'+'>');
|
||||
// -->
|
||||
</script><noscript>touchlay-server at googlegroups dot com</noscript>=82A46728 8449A12B 666CC0DD 4EC00206</p>
|
||||
</blockquote>
|
||||
</script><noscript>touchlay-server at googlegroups dot com</noscript>=0x4DB53CFE82A46728 0x0BD622288449A12B 0x729DF464666CC0DD 0xCACC5B094EC00206</p>
|
||||
<p>With that line, when recepient is touchlay-server@googlegroups.com, then emails are encrypted to those 4 keys.</p>
|
||||
<p>NOTE: I think that group lines require email addresses to be in format</p>
|
||||
<blockquote>
|
||||
|
@ -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 <touchlay-server@googlegroups.com>=82A46728 8449A12B 666CC0DD 4EC00206
|
||||
group <touchlay-server@googlegroups.com>=0x4DB53CFE82A46728 0x0BD622288449A12B 0x729DF464666CC0DD 0xCACC5B094EC00206
|
||||
|
||||
With that line, when recepient is touchlay-server@googlegroups.com, then emails are encrypted to those 4 keys.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user