chiark / gitweb /
make-secnet-sites: Rework --pubkeys-MODE, provide --pubkeys-single
[secnet.git] / README.make-secnet-sites
index c5b8360d0c8a1cdeb6ba962c5c8e704bf71b4a1c..413bcf862c7b2959cebeb37a132ded143a89aeab 100644 (file)
@@ -55,6 +55,15 @@ OPTIONS
                refer to keys in PUBKEYS; also, the generated secnet
                configuration enables live peer public update.
 
+       --pubkeys-single
+
+               Specifies that one public key per site is to be
+               written directly into the sites.conf output.  If
+               --output-version=1, this is the rsa1 key 0000000000.
+               Otherwise it is an error if there are multiple public
+               keys defined for any site, in the input.
+               --pubkeys-single is the default.
+
        --pubkeys-dir PUBKEYS
 
                Specifies the live pubkeys area pathname.
@@ -238,7 +247,6 @@ INPUT SYNTAX
                Specifies the key set id (8 hex digits representing
                4 bytes: each pair is the value of the next byte).
                May appear at most once.  If not present, 00000000.
-               Not yet suported in make-secnet-sites.
 
        pkg GROUPIDHEX
        pkgf GROUPIDHEX
@@ -246,7 +254,6 @@ INPUT SYNTAX
                pkgf indicates a fallback group.
                May be repeated (with different id values).
                If not specified, 00000000.
-               Not yet suported in make-secnet-sites.
 
 
 OUTPUT STRUCTURE