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: set CRLDP when CRLShards > 0 #7974

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

ca: set CRLDP when CRLShards > 0 #7974

wants to merge 3 commits into from

Conversation

jsha
Copy link
Contributor

@jsha jsha commented Jan 24, 2025

Add a per-issuer config for the number of CRL shards. When it's nonzero, issued certificates will be given a CRLDP based on the configured CRLURLBase, and a modulus of the serial number.

Note: the test failures are expected; this branch depends on #7973. I'll keep it in draft until that merges.

Part of #7094.

Base automatically changed from crls-in-revocation-test to main January 24, 2025 02:49
jsha added 3 commits January 27, 2025 11:14
The CRLDP is included only when IssuerConfig.CRLShards is nonzero.

The CRL shard is assigned randomly at issuance time between 1 and
IssuerConfig.CRLShards, inclusive.
@jsha jsha marked this pull request as ready for review January 27, 2025 19:37
@jsha jsha requested a review from a team as a code owner January 27, 2025 19:37
@jsha jsha requested a review from beautifulentropy January 27, 2025 19:37
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.

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