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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CRLIssuer information to crlDistributionPoints #1763

Open
frank-park opened this issue Mar 12, 2024 · 1 comment
Open

Adding CRLIssuer information to crlDistributionPoints #1763

frank-park opened this issue Mar 12, 2024 · 1 comment
Assignees
Labels
enhancement needs triage Waiting for discussion / prioritization by team

Comments

@frank-park
Copy link

Hello!

  • Vote on this issue by adding a 馃憤 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

The current implementation of crlDistributionPoints in the step-ca template only allows an array of URIs. Although must assume that the CRL Issuer is the same as the CA, it is sometimes not true and may require adding a CRLIssuer block as per RFC 5280.

Add the ability to include the CRL Issuer within the crlDistributionPoints extension in the template.

Why is this needed?

Keeping up with RFC5280.

@frank-park frank-park added enhancement needs triage Waiting for discussion / prioritization by team labels Mar 12, 2024
@tashian
Copy link
Contributor

tashian commented Mar 19, 2024

Hi @frank-park, thanks for adding an issue for this.

I've learned that CRLIssuer is not supported by Go's crypto/x509 package, which is the upstream X.509 library we use. So, we'd have to override that library to implement this. We don't have the capacity to do that right now, but we'll keep the issue open.

You may also wish to petition for this enhancement in the upstream library.

Meanwhile, the current workaround to get CRLIssuer in a step-ca templates is to provide the value as a base64-encoded string containing the asn.1 you need. See this docs section for details: https://smallstep.com/docs/step-ca/templates/#arbitrary-x509-extensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

No branches or pull requests

2 participants