From: Mark Wooding Date: Thu, 6 Dec 2012 03:18:11 +0000 (+0000) Subject: bin/update: Refresh the profiles in the database from the configuration. X-Git-Url: https://git.distorted.org.uk/~mdw/ca/commitdiff_plain/2d23bbb85bd49bef9fbcb695afa4e176445208ff?hp=71669a0ab999914152a97ee81edc837f8c1a3277 bin/update: Refresh the profiles in the database from the configuration. I must have always intended this, and just forgot. --- diff --git a/bin/update b/bin/update index 09a4c60..fb46363 100755 --- a/bin/update +++ b/bin/update @@ -30,6 +30,9 @@ sqlite3 db "$CERTROOT/state/ca.db" db nullvalue nil cd "$CERTROOT" +## Refresh the database's idea of request profiles. +sync-profiles + ## Reissue certificates for requests which need it. set now [now] set now_db [time-db $now]