Major change of approach and rewrite.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 13 Aug 2011 22:45:48 +0000 (23:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 13 Aug 2011 22:45:48 +0000 (23:45 +0100)
commita91e8fcb8d75260a28340c756894e9f507288fa3
treea623269566b8081e8b6dda3ec39a366117520465
parenteb8701bb1ae2fd7e345a5a02eb882cf21a40366c
Major change of approach and rewrite.

Fetching keys from the various hosts is silly: we must actually already
have them, otherwise SSH will complain.  Instead, assume that someone
has already arranged to collect the keys and put them in the host/
directory.  There's now a script to sign new certificates for them and
stash them in publish/.  There's another script to upload the publish/
directory to a webserver (or whatever).
.gitignore
bin/setup [new file with mode: 0755]
bin/sign [new file with mode: 0755]
bin/update-ssh-certs [deleted file]
bin/upload [new file with mode: 0755]
etc/config [deleted file]
etc/config.sh [new file with mode: 0644]
etc/gpg.conf [new file with mode: 0644]
etc/hosts [deleted file]
lib/func.sh [new file with mode: 0644]