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, 15 Feb 2020 21:56:52 +0000 (21:56 +0000)
commitc39f04317c5f7fe2bbb305bcebdc965d0c1a2da2
tree744db8dc3ede345e3066e2e1f2505082bb7d088b
parent3f04bde1b26b0578027eda4d19ce296cd1c3b227
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