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>
Mon, 30 Dec 2019 13:15:50 +0000 (13:15 +0000)
commit5a7194f88f5a27f15033d4e53138384806fd3fa7
treeaecc5aaa9b2cfd09eaa7ebfd6111269d35cd4de8
parentee25e3802868a3ac958ce6e0a1124544814bf573
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