tripe-keys: Provide upload-hook for more complicated publishing.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Apr 2008 12:23:21 +0000 (13:23 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 5 Apr 2008 12:23:21 +0000 (13:23 +0100)
The existing arrangement of writing the updated files to a local directory
are satisfactory for simple situations, but it's not actually desirable
to handle sensitive cryptographic keys (e.g., the TrIPE master key!) on
the same machine as a public-facing web server.

The upload-hook can contain an arbitrary shell-command, though it'll
typically be an invocation of rsync or similar.


No differences found