X-Git-Url: https://git.distorted.org.uk/~mdw/ca/blobdiff_plain/7d993891a3a9a83577d70e78493de7a51b830fad..1fc4577e10fec57c501d95818e3d062abcb280d2:/lib/func.tcl diff --git a/lib/func.tcl b/lib/func.tcl index ece7e5b..04bd206 100644 --- a/lib/func.tcl +++ b/lib/func.tcl @@ -86,6 +86,11 @@ array unset P set C(ca-period) 3650 set C(archive-interval) 32 +## The update hook function. +proc update-hook {} { + ## Called by `bin/update': might publish data to a web server, for example. +} + ## Read the user configuration. if {[file exists "$CERTROOT/etc/config.tcl"]} { source "$CERTROOT/etc/config.tcl"