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, 7 Dec 2019 21:52:07 +0000 (21:52 +0000)
commit9ddd0c93c53c3f9d277653ff9209c9e2634d5e9c
treede672b20ae7511ff433970d3d2f7478220c8ca19
parentcfd67cdd532cbb6f4e417ee727a2b8cd820491bf
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