# HG changeset patch # User Paul Boddie # Date 1381940313 -7200 # Node ID 89f08564466aa18a950e69ea245973463fec6257 # Parent 5212c37498f43dace783c5de9de023f185531fae Added instructions for exporting and importing signing keys. diff -r 5212c37498f4 -r 89f08564466a README.txt --- a/README.txt Wed Oct 16 18:03:02 2013 +0200 +++ b/README.txt Wed Oct 16 18:18:33 2013 +0200 @@ -73,8 +73,9 @@ gpg --import 0891463A.asc -This key can also be used to sign relayed messages, and this is described in -more detail in "The Username-to-Signing-Key Mapping" section below. +This key can also be used to sign relayed messages within the wiki, and this +is described in more detail in "The Username-to-Signing-Key Mapping" section +below. Configuring the Wiki -------------------- @@ -206,6 +207,16 @@ partner wikis in their fingerprint-to-user mapping in order to verify incoming messages and to process them as relayed messages. +All signing keys must be made available in their public form to partner and +recipient wikis so that they are able to verify signed content. This can be +done as follows: + +gpg --homedir=WIKI/gnupg --armor --output 3FDDF29E.asc --export 3FDDF29E + +They are imported into partner and recipient wikis as follows: + +gpg --homedir=WIKI/gnupg --import 3FDDF29E.asc + The Recipients Mapping ----------------------