boulder/ca/proto
Jacob Hoffman-Andrews 692bd53ae5
ca: unsplit issuance flow (#8014)
Add a new RPC to the CA: `IssueCertificate` covers issuance of both the
precertificate and the final certificate. In between, it calls out to
the RA's new method `GetSCTs`.

The RA calls the new `CA.IssueCertificate` if the `UnsplitIssuance`
feature flag is true.

The RA had a metric that counted certificates by profile name and hash.
Since the RA doesn't receive a profile hash in the new flow, simply
record the total number of issuances.

Fixes https://github.com/letsencrypt/boulder/issues/7983
2025-02-24 11:37:17 -08:00
..
ca.pb.go ca: unsplit issuance flow (#8014) 2025-02-24 11:37:17 -08:00
ca.proto ca: unsplit issuance flow (#8014) 2025-02-24 11:37:17 -08:00
ca_grpc.pb.go ca: unsplit issuance flow (#8014) 2025-02-24 11:37:17 -08:00