boulder/features
Roland Bracewell Shoemaker fd561ef842 Block issuance on first OCSP response generation (#2633)
Generate first OCSP response in ca.IssueCertificate instead of ocsp-updater.newCertificateTick
if features.GenerateOCSPEarly is enabled. Adds a new field to the sa.AddCertiifcate RPC for
the OCSP response and only adds it to the certificate status + sets ocspLastUpdated if it is a
non-empty slice. ocsp-updater.newCertificateTick stays the same so we can catch certificates
that were successfully signed + stored but a OCSP response couldn't be generated (for whatever
reason).

Fixes #2477.
2017-04-04 11:28:09 -07:00
..
featureflag_string.go Block issuance on first OCSP response generation (#2633) 2017-04-04 11:28:09 -07:00
features.go Block issuance on first OCSP response generation (#2633) 2017-04-04 11:28:09 -07:00
features_test.go Very basic feature flag impl (#1705) 2016-09-20 16:29:01 -07:00