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 |
||
|---|---|---|
| .. | ||
| proto | ||
| testdata | ||
| ca.go | ||
| ca_test.go | ||
| crl.go | ||
| crl_test.go | ||
| ocsp.go | ||
| ocsp_test.go | ||