X-Git-Url: https://git.distorted.org.uk/~mdw/ca/blobdiff_plain/7d993891a3a9a83577d70e78493de7a51b830fad..1fc4577e10fec57c501d95818e3d062abcb280d2:/bin/update diff --git a/bin/update b/bin/update index bc68410..09a4c60 100755 --- a/bin/update +++ b/bin/update @@ -53,4 +53,7 @@ exec openssl ca -config "etc/openssl.conf" -updatedb 2>@1 exec openssl ca -config "etc/openssl.conf" -gencrl | \ openssl crl -text -out "crl" 2>@1 +## Call the user hook. +update-hook + ###----- That's all, folks --------------------------------------------------