chiark / gitweb /
make-secnet-sites: OpConf: Move positional_args to OpBase
[secnet.git] / README.make-secnet-sites
index 21d42fa809834000a2850ea7cd9a48dda922f473..098cc8ec81d548c90f0235c7917ae235b8fb83e3 100644 (file)
@@ -1,6 +1,6 @@
 USAGE
 
-       make-secnet-sites [-P PREFIX] [IN [OUT]]
+       make-secnet-sites [-P PREFIX] [--conf] [IN [OUT]]
        make-secnet-sites -u HEADER GRPDIR SITESFILE GROUP
 
        The `-P' option sets the PREFIX string, mentioned below in
@@ -55,6 +55,21 @@ 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-elide
+
+               In the sites.conf output, just write the peer-keys
+               entry referring to keys in PUBKEYS.  But do not write
+               public keys anywhere.
+
        --pubkeys-dir PUBKEYS
 
                Specifies the live pubkeys area pathname.