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

Generate CRLs in DER format #1194

Closed
cnt0 opened this issue Jul 25, 2024 · 0 comments · Fixed by #1198
Closed

Generate CRLs in DER format #1194

cnt0 opened this issue Jul 25, 2024 · 0 comments · Fixed by #1198
Assignees

Comments

@cnt0
Copy link

cnt0 commented Jul 25, 2024

Hello. Right now easy-rsa unconditionally generates CRLs in PEM format. Meanwhile the specification says the following, among other stuff:

When the HTTP or FTP URI scheme is used, the URI MUST point to a single DER encoded CRL as specified in [RFC2585]

so there are cases where PEM-encoded CRLs aren't even supported.

Indeed, we can easily convert them using the openssl crl -outform DER ... command, but it would've been nice for easy-rsa to generate DER-encoded CRLs right away. Maybe not by default, but still.

@TinCanTech TinCanTech self-assigned this Jul 25, 2024
@TinCanTech TinCanTech linked a pull request Aug 3, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants