From: Mark Wooding Date: Sat, 5 Apr 2008 12:23:21 +0000 (+0100) Subject: tripe-keys: Provide upload-hook for more complicated publishing. X-Git-Tag: 1.0.0pre8~72 X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/commitdiff_plain/b14ccd2f7a18d48b40b381b42934a3d97da3b99c?hp=b14ccd2f7a18d48b40b381b42934a3d97da3b99c tripe-keys: Provide upload-hook for more complicated publishing. 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. ---