Mercurial > docs > keysigning-help
comparison keysigning-help.tex @ 3:aa9f4b501eaf default tip
spell checked
author | meillo@marmaro.de |
---|---|
date | Wed, 18 Feb 2009 18:02:39 +0100 |
parents | 1d91fadb416f |
children |
comparison
equal
deleted
inserted
replaced
2:1d91fadb416f | 3:aa9f4b501eaf |
---|---|
34 | 34 |
35 | 35 |
36 | 36 |
37 \section{Introduction} | 37 \section{Introduction} |
38 | 38 |
39 This document tries to help people in organizing a keysiging event. It should be seen as concrete suggestions for how to do things that are already described by the keysigning method in general. The method defines how to organize the keysigning, this document makes concrete suggestions \emph{how} to do things. This document also shows how to generate WOT graphs. | 39 This document tries to help people in organizing a Keysigning event. It should be seen as concrete suggestions for how to do things that are already described by the keysigning method in general. The method defines how to organize the keysigning, this document makes concrete suggestions \emph{how} to do things. This document also shows how to generate WOT graphs. |
40 | 40 |
41 | 41 |
42 | 42 |
43 | 43 |
44 \section{Keysigning method} | 44 \section{Keysigning method} |
76 | 76 |
77 | 77 |
78 | 78 |
79 \section{Participant list} | 79 \section{Participant list} |
80 | 80 |
81 You have to generate a list that contains the public keys of all participants. A script to do this automatically with nice formating is available \cite{keylist}. The script is not perfect, but sufficient. | 81 You have to generate a list that contains the public keys of all participants. A script to do this automatically with nice formatting is available \cite{keylist}. The script is not perfect, but sufficient. |
82 | 82 |
83 {\tt\small | 83 {\tt\small |
84 \begin{verbatim} | 84 \begin{verbatim} |
85 $ keylist.sh /path/to/keyring.gpg header.txt \ | 85 $ keylist.sh /path/to/keyring.gpg header.txt \ |
86 howto.txt checksums.txt | 86 howto.txt checksums.txt |
87 \end{verbatim} | 87 \end{verbatim} |
88 } | 88 } |
89 | 89 |
90 The script generates a public key list from all keys in the keyring (first argument). This list can get prepended by the contents of text files (all further arguments). | 90 The script generates a public key list from all keys in the keyring (first argument). This list can get prepended by the contents of text files (all further arguments). |
91 | 91 |
92 A general header is demanded by good style. Descriptions of what the participants need to do are highly recommended in order to support unexperienced participants. Fields to insert the checksums should be provided anyway. Examples for the here included files can be found at \cite{keylist}. | 92 A general header is demanded by good style. Descriptions of what the participants need to do are highly recommended in order to support inexperienced participants. Fields to insert the checksums should be provided anyway. Examples for the here included files can be found at \cite{keylist}. |
93 | 93 |
94 %Figure \ref{fig:keylist} shows a sample participant list. | 94 %Figure \ref{fig:keylist} shows a sample participant list. |
95 | 95 |
96 \begin{figure} | 96 \begin{figure} |
97 {\tt\tiny | 97 {\tt\tiny |
155 | 155 |
156 \section{A hint for participants} | 156 \section{A hint for participants} |
157 | 157 |
158 Receiving keys, signing them, and sending the signatures back to the key owners can be a wasteful job, especially if may people took part in a keysigning event. | 158 Receiving keys, signing them, and sending the signatures back to the key owners can be a wasteful job, especially if may people took part in a keysigning event. |
159 | 159 |
160 The nice tool \texttt{caff} \cite{signing-party} is a great helper. It automates the whole process, from key retrival, to signing, to sending the signatures. (An MTA is required to send signatures.) | 160 The nice tool \texttt{caff} \cite{signing-party} is a great helper. It automates the whole process, from key retrieval, to signing, to sending the signatures. (An MTA is required to send signatures.) |
161 | 161 |
162 | 162 |
163 | 163 |
164 \section{Acknowledgments} | 164 \section{Acknowledgments} |
165 | 165 |