Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ca: unsplit issuance flow #8014

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

ca: unsplit issuance flow #8014

wants to merge 7 commits into from

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Feb 14, 2025

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.

@jsha jsha marked this pull request as ready for review February 15, 2025 04:49
@jsha jsha requested a review from a team as a code owner February 15, 2025 04:49
Copy link
Contributor

@jsha, this PR appears to contain configuration and/or SQL schema changes. Please ensure that a corresponding deployment ticket has been filed with the new values.

Copy link
Contributor

@jsha, this PR adds one or more new feature flags: UnsplitIssuance. As such, this PR must be accompanied by a review of the Let's Encrypt CP/CPS to ensure that our behavior both before and after this flag is flipped is compliant with that document.

Please conduct such a review, then add your findings to the PR description in a paragraph beginning with "CPS Compliance Review:".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant