chiark / gitweb /
make-secnet-sites: Without --pubkeys-install, write appropriate key
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:37:41 +0000 (17:37 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 15 Feb 2020 21:56:52 +0000 (21:56 +0000)
commitc9fb510e23e466f2b040c8325ec96fe68b2cb8d4
treecc83d0ab7f82539e7163b90585c455c4ef1edf2b
parent5ceef56b0c983ad69214eff94d36c94c7887d2cc
make-secnet-sites: Without --pubkeys-install, write appropriate key

Rather than hoping that the first thing in the list is appropriate,
write out the first *key* we come across.

This is needed because we are going to introduce into the 'pub' list
things that are not keys.  We don't want to somehow try to write to a
.conf file something corresponding to `serial' or `pkg' or `pkgf'.

The `indefault' variable will tracks whether we are in the default
pubkey group.  Right now we don't understand pubkey groups so it is
just `True'.

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