From 52caecdcc13eb227ae685636fa203f80e76d86e8 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 1 Dec 2012 22:00:07 +0000 Subject: [PATCH] bin/add: Run the update hook after adding a certificate request. --- bin/add | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/add b/bin/add index 6bd128b..bf144ae 100755 --- a/bin/add +++ b/bin/add @@ -109,3 +109,6 @@ db transaction { ## Issue a shiny new certificate. issue-cert $id [now] } + +## Publish any necessary changes. +update-hook -- 2.11.0