Add a new SA gRPC method named `GetRevokedCerts`. This method takes as input an `IssuerNameID` and starting and ending timestamps, and queries the database for all certificates issued by that issuer whose `NotAfter` timestamp is in the indicated period. It returns a stream of `CRLEntry`, one message for each row in the database query result. This query has been shown to be reasonably fast, taking less than 20 seconds to scan 24 hours of prod issuance. Fixes #6160 |
||
|---|---|---|
| .. | ||
| core.pb.go | ||
| core.proto | ||