boulder/test/secrets
Daniel McCarney 83e713683f Adds `notafter-backfiller` cmd. (#2227)
The "20160817143417_AddCertStatusNotAfter.sql" db migration adds a "notAfter" column to the certificateStatus database table. This field duplicates the contents of the certificates table "expires" column. This enables performance improvements (see #1864) for both the ocsp-updater and the expiration-mailer utilities.

Since existing rows will have a NULL value in the new field the notafter-backfill utility exists to perform a one-time update of the existing certificateStatus rows to set their notAfter column based on the data that exists in the certificates table.

This follows on https://github.com/letsencrypt/boulder/pull/2177 and requires that the migration be applied & the feature flag set accordingly before use.

Fixes #2237.
2016-10-11 14:38:40 -07:00
..
amqp_url Allow AMQP URLs to be loaded from files. 2015-11-30 11:50:14 -08:00
backfiller_dburl Adds `notafter-backfiller` cmd. (#2227) 2016-10-11 14:38:40 -07:00
cert_checker_dburl Docker improvements. 2016-04-04 16:05:08 -07:00
expiration_mailer_dburl Docker improvements. 2016-04-04 16:05:08 -07:00
mailer_dburl Docker improvements. 2016-04-04 16:05:08 -07:00
ocsp_responder_dburl Fix dbConnect strings in OCSP Responder. (#2047) 2016-07-20 10:36:54 -04:00
ocsp_updater_dburl Docker improvements. 2016-04-04 16:05:08 -07:00
purger_dburl Add cmd/expired-authz-purger (#1828) 2016-06-03 16:00:19 -04:00
revoker_dburl Docker improvements. 2016-04-04 16:05:08 -07:00
sa_dburl Docker improvements. 2016-04-04 16:05:08 -07:00
smtp_password Read SMTP password from file 2016-01-24 15:35:04 -08:00