chiark / gitweb /
make-secnet-sites: Provide --output-version option
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2019 21:42:01 +0000 (21:42 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 21:52:06 +0000 (21:52 +0000)
commit33654db0a61506296f73c7552c618f440cf6d995
tree54f49f486d6cfb5593e3ce10dcdaf8d519b9df81
parent6805a2c84b67f23c514860360f52a84b0bf04f63
make-secnet-sites: Provide --output-version option

This will be used to have make-secnet-sites produce
backward-compatible output for older readers.

This is mostly going to be used for a filtering mode, where
make-secnet sites will copy its input to its output downgrading things
as it goes.

It is also going to have the effect of limiting the secnet.conf file
output when --pubkeys-install is not specified, so that the peer key
that appears in the generated sites.conf is the old-style
pre-negotiation RSA key, as demanded by the spec.

The users of this variable, and the whole --pubkeys-install option,
and the filtering mode, are yet to come.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
README.make-secnet-sites
make-secnet-sites