X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=README.make-secnet-sites;h=579b9a56a74e33d72dd951ffc146fdb1dc7ae972;hb=8c324896acdd5e38207cce993afb8657aae52a8e;hp=ea767e912f1616d05de31b8872280c1c18cf0d81;hpb=f0535189517a59a2cfdcd42429760b16dd4dc3de;p=secnet.git diff --git a/README.make-secnet-sites b/README.make-secnet-sites index ea767e9..579b9a5 100644 --- a/README.make-secnet-sites +++ b/README.make-secnet-sites @@ -186,6 +186,30 @@ INPUT SYNTAX Assigns BOOL to the `mobile' key. Acceptable only at site level, but optional. + Properties which can also appear in public key files. + These are acceptable to make-secnet-sites only at + site level. See also `Site long-term keys' in NOTES. + + pub ALG DATAB91S + Defines a public key. ALG is an algorithm name and + DATA91S is the public key data, encoded according to + secnet-base91 (see below). + Not yet suported in make-secnet-sites. + + serial SETIDHEX + 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 + Specifies the key group id for subsequent keys. + 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